/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | 901 /* BD_NAME */ 1193 char bd_name[BTM_MAX_LOC_BD_NAME_LEN +1]; local [all...] |
btif_dm.c | 116 BD_NAME bd_name; member in struct:__anon666 143 static void btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, 393 static void btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, 407 if (strlen((const char *) bd_name)) 410 BT_PROPERTY_BDNAME, strlen((char *)bd_name), bd_name); 647 bt_bdname_t bd_name; local 727 bt_bdname_t bd_name; local 791 bt_bdname_t bd_name; local 2063 bt_bdname_t *bd_name = (bt_bdname_t*)prop->val; local 2298 bt_bdname_t bd_name; local 2485 bt_bdname_t bd_name; local 2527 bt_bdname_t bd_name; local [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | 777 if (strlen(btm_cb.cfg.bd_name) > (UINT16)(len - 2)) 781 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, len - 2); 785 cp_len = (UINT16)strlen(btm_cb.cfg.bd_name); 788 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len); 1166 BD_NAME bd_name; local [all...] |
btm_int.h | 91 BD_NAME remote_name; 614 tBTM_LOC_BD_NAME bd_name; /* local Bluetooth device name */ member in struct:__anon817 [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_int.h | 150 BD_NAME name; /* max 248 bytes name, plus must be Null terminated */ 404 BD_NAME bd_name; member in struct:__anon184 803 BD_NAME peer_name;
|
/external/bluetooth/bluedroid/bta/include/ |
bta_api.h | 527 BD_NAME bd_name; /* Name of peer device. */ member in struct:__anon344 616 BD_NAME bd_name; /* peer device name */ member in struct:__anon347 630 BD_NAME bd_name; /* Name of peer device. */ member in struct:__anon349 647 BD_NAME bd_name; /* Name of peer device. */ member in struct:__anon350 735 BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon356 767 BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon359 777 BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon360 865 BD_NAME bd_name; \/* Name of peer device. *\/ member in struct:__anon366 881 BD_NAME bd_name; \/* Name of peer device. *\/ member in struct:__anon367 [all...] |
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | 663 BD_NAME remote_bd_name; 1464 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon997 1478 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon998 1486 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon999 1520 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon1003 1529 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon1004 [all...] |