/tools/test/connectivity/acts/tests/google/bt/pts/ |
bta_lib.py | 53 """Initiate bond to PTS device""" 71 def bond(self): member in class:BtaLib 72 """Bond to PTS device"""
|
/system/bt/tools/bdtool/ |
bdtool.c | 44 static bool bond = false; variable 57 {"bond", no_argument, 0, 0}, {"up", no_argument, 0, 0}, 73 if (bond && discoverable) { 74 fprintf(stderr, "Can only select either bond or discoverable, not both\n"); 84 if (!bond && !discover && !discoverable && !up && !get_name && !set_name && 131 if (bond) { 288 "[--bond|--discover|--discoverable|--up|--sco_listen|--sco_connect] " 291 fprintf(stderr, " bond: Discover actively advertising devices\n"); 326 bond = true;
|
/external/autotest/client/bin/net/ |
net_utils.py | 277 if bond().is_enabled(): 301 if bond().is_enabled(): 452 def bond(): function
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothPeripheralHandover.java | 448 int bond = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, local 450 if (bond == BluetoothDevice.BOND_BONDED) { 453 } else if (bond == BluetoothDevice.BOND_NONE) {
|
/system/bt/bta/dm/ |
bta_dm_int.h | 463 tBTA_DM_API_BOND bond; member in union:__anon105433
|