**** BEGIN LOGGING AT Tue Jul 20 02:59:56 2010 **** ENDING LOGGING AT Tue Jul 20 22:30:09 2010 **** BEGIN LOGGING AT Tue Jul 20 23:10:15 2010 Jul 21 00:11:04 denkenz: will u push padovan's bluetooth patch? I think it's good to make it as library. Jul 21 00:11:25 denkenz: my dun patch probably will rebase on top of it. Jul 21 00:11:42 nope, we decided to try something else Jul 21 00:11:58 For now it'll still just be inside plugins/ Jul 21 00:13:52 but it should not be a plugin i think Jul 21 00:14:08 btw, few questions about my dun patch. Jul 21 00:14:38 looks like i need clone btio.c (bt_io_get()) from obex source. Jul 21 00:14:54 it has 1000+ lines of code Jul 21 00:15:48 For now we keep it the way it is, if this ever grows into something that needs a library, we'll do it Jul 21 00:16:00 zhenhua: It does more than you might need. You only need RFCOMM. Jul 21 00:16:05 That is a lot less code. Jul 21 00:16:27 right, holtmann. Jul 21 00:16:31 And start without the authorization bits. Jul 21 00:16:45 That part is actually pretty tricky. Jul 21 00:16:48 so i want to confirm whether i should grab RFCOMM only. Jul 21 00:17:12 What else do you wanna grab. The profile spec. is pretty clear. DUN runs over RFCOMM. Jul 21 00:17:21 why remove authorization? it just call bluetooth dbus interface Jul 21 00:17:46 If you wanna go the whole nine-yards, then go with authorization. I have no problem with that. Jul 21 00:19:15 okay. btw, i need to add libbluetooth dependence into configure.ac Jul 21 00:19:35 why do you need libbluetooth? Jul 21 00:19:44 because few functions like bd2addr depends on that Jul 21 00:20:23 That one can be just copied Jul 21 00:20:28 including libbluetooth is a bad idea Jul 21 00:21:03 two: hci_devba, str2ba, ba2str Jul 21 00:21:10 sorry. should be three... Jul 21 00:21:22 anyway, i will try to copy them too Jul 21 00:53:54 denkenz: When reading sim file, oFono will try to read the cached one first. So if I want to change the content of file (such as EFust) in phonesim, the new value doesn't work at all. Do I have to delete the cache every time I change the value? If so, can we introduce some oFono option to disable this behavior? Jul 21 01:03:01 holtmann: can i remove opt->sec_level and opt->master from btio.c when i port btio.c for dun connection? Jul 21 01:03:25 yang_office: oFono looks at whether the file can be modified externally before caching it Jul 21 01:03:36 yang_office: You can always change the permissions in phonesim for EFust Jul 21 01:04:37 The options are not needed. You always wanna set the sec level and the master option you should not touch. Jul 21 01:05:13 holtmann: okay. thanks. Jul 21 01:06:08 denkenz: ok, I will try to change the permission. Jul 21 01:06:59 yang_office: Keep that patch for your testing only, since the DB is already correct according to the spec Jul 21 01:08:50 yeah, I will keep it locally. Jul 21 01:34:37 denkenz: btio.c contains uint8_t xxx. can we use it? Jul 21 01:34:48 yes **** ENDING LOGGING AT Wed Jul 21 02:59:57 2010