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

  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 283 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/
btm_ble_gap.c 1596 UINT8 *p_dev_name, remname[31] = {0}; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 225 UINT8 *p_dev_name; member in union:__anon3324
    [all...]

Completed in 98 milliseconds