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 227 UINT8 *p_dev_name = NULL; local
240 BTM_ReadLocalDeviceName((char **)&p_dev_name);
241 if (strlen ((char *)p_dev_name) > GATT_MAX_ATTR_LEN)
244 p_value->len = (UINT16)strlen ((char *)p_dev_name);
251 p_dev_name += offset;
252 ARRAY_TO_STREAM(p, p_dev_name, p_value->len);
478 BTM_SetLocalDeviceName((char *)p_value->p_dev_name);
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 220 UINT8 *p_dev_name; member in union:__anon6141
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 2366 UINT8 *p_dev_name, remname[31] = {0}; local
    [all...]

Completed in 429 milliseconds