/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | 889 /* BD_NAME */ 1181 char bd_name[BTM_MAX_LOC_BD_NAME_LEN +1]; local [all...] |
btif_dm.c | 104 BD_NAME bd_name; member in struct:__anon2935 126 static void btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, 353 static void btif_update_remote_properties(BD_ADDR bd_addr, BD_NAME bd_name, 367 if (strlen((const char *) bd_name)) 370 BT_PROPERTY_BDNAME, strlen((char *)bd_name), bd_name); 627 bt_bdname_t bd_name; local 707 bt_bdname_t bd_name; local 771 bt_bdname_t bd_name; local 1983 bt_bdname_t *bd_name = (bt_bdname_t*)prop->val; local 2218 bt_bdname_t bd_name; local 2405 bt_bdname_t bd_name; local 2447 bt_bdname_t bd_name; local [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | 757 if (strlen(btm_cb.cfg.bd_name) > (UINT16)(len - 2)) 761 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, len - 2); 765 cp_len = (UINT16)strlen(btm_cb.cfg.bd_name); 768 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len); 1146 BD_NAME bd_name; local [all...] |
btm_int.h | 87 BD_NAME remote_name; 596 tBTM_LOC_BD_NAME bd_name; /* local Bluetooth device name */ member in struct:__anon3081 [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_int.h | 146 BD_NAME name; /* max 248 bytes name, plus must be Null terminated */ 400 BD_NAME bd_name; member in struct:__anon2462 799 BD_NAME peer_name;
|
/external/bluetooth/bluedroid/bta/include/ |
bta_api.h | 523 BD_NAME bd_name; /* Name of peer device. */ member in struct:__anon2614 612 BD_NAME bd_name; /* peer device name */ member in struct:__anon2617 626 BD_NAME bd_name; /* Name of peer device. */ member in struct:__anon2619 643 BD_NAME bd_name; /* Name of peer device. */ member in struct:__anon2620 731 BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon2626 763 BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon2629 773 BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon2630 861 BD_NAME bd_name; \/* Name of peer device. *\/ member in struct:__anon2636 877 BD_NAME bd_name; \/* Name of peer device. *\/ member in struct:__anon2637 [all...] |
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | 646 BD_NAME remote_bd_name; 1447 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon3260 1461 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon3261 1469 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon3262 1503 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon3266 1512 tBTM_BD_NAME bd_name; \/* peer device name *\/ member in struct:__anon3267 [all...] |