Searched refs:p_dev_name (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c283 UINT8 *p_dev_name = NULL; local
296 BTM_ReadLocalDeviceName((char **)&p_dev_name);
297 if (strlen ((char *)p_dev_name) > GATT_MAX_ATTR_LEN)
300 p_value->len = (UINT16)strlen ((char *)p_dev_name);
307 p_dev_name += offset;
308 ARRAY_TO_STREAM(p, p_dev_name, p_value->len);
558 BTM_SetLocalDeviceName((char *)p_value->p_dev_name);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c1623 UINT8 *p_dev_name, remname[31] = {0}; local
1635 p_dev_name = BTM_CheckAdvData(p_data, BTM_BLE_AD_TYPE_NAME_CMPL, &len);
1637 if (p_dev_name == NULL)
1638 p_dev_name = BTM_CheckAdvData(p_data, BTM_BLE_AD_TYPE_NAME_SHORT, &len);
1640 if (p_dev_name)
1641 memcpy(remname, p_dev_name, len);
/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h225 UINT8 *p_dev_name; member in union:__anon1369

Completed in 70 milliseconds