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

  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 105 memset(p_dev_rec->sec_bd_name, 0, sizeof(tBTM_BD_NAME));
110 BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, sizeof (p_dev_rec->sec_bd_name),
214 p_name = (char *)p_srec->sec_bd_name;
302 BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, sizeof (p_dev_rec->sec_bd_name),
btm_sec.c     [all...]
btm_ble.c 117 memset(p_dev_rec->sec_bd_name, 0, sizeof(tBTM_BD_NAME));
122 BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, sizeof (p_dev_rec->sec_bd_name),
    [all...]
btm_int.h 565 tBTM_BD_NAME sec_bd_name; /* User friendly name of the device. (may be truncated to save space in dev_rec table) */ member in struct:__anon5875
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 347 btm_acl_created (bda, NULL, p_dev_rec->sec_bd_name, handle, p_lcb->link_role, BT_TRANSPORT_LE);
415 btm_acl_created (bda, NULL, p_dev_rec->sec_bd_name, handle, p_lcb->link_role, BT_TRANSPORT_LE);
    [all...]
l2c_link.c 204 p_dev_info->sec_bd_name, handle,
    [all...]

Completed in 191 milliseconds