HomeSort by relevance Sort by last modified time
    Searched refs:bonding (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/src/
device.c 123 struct bonding_req *bonding; member in struct:btd_device
786 static void bonding_request_cancel(struct bonding_req *bonding)
788 if (!bonding->io)
791 g_io_channel_shutdown(bonding->io, TRUE, NULL);
792 g_io_channel_unref(bonding->io);
793 bonding->io = NULL;
801 if (device->bonding)
802 bonding_request_cancel(device->bonding);
1186 if (device->bonding)
1924 struct bonding_req *bonding; local
2068 struct bonding_req *bonding; local
2147 struct bonding_req *bonding = device->bonding; local
2227 struct bonding_req *bonding = device->bonding; local
2240 struct bonding_req *bonding = device->bonding; local
    [all...]
dbus-hci.c 218 /* Check if the adapter is not pairable and if there isn't a bonding in
471 * request. The only exception is when we're dedicated bonding
795 gboolean bonding, temporary = FALSE; local
815 bonding = device_is_bonding(device, NULL);
839 * 3. neither local nor remote side had no-bonding as a requirement
840 * 4. the local side had dedicated bonding as a requirement
841 * 5. the remote side is using dedicated bonding since in that case
842 * also the local requirements are set to dedicated bonding
869 else if (!bonding && old_key_type == 0xff)
1069 /* Check if the adapter is not pairable and if there isn't a bonding
    [all...]

Completed in 15 milliseconds