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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 291 uint8_t remote_name_len; local
296 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
301 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
306 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
307 bdname.name[remote_name_len]='\0';
310 remote_name_len, p_btif_cb->device_type );
466 uint8_t remote_name_len; local
470 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
475 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
    [all...]
btif_dm.c 208 UINT8 remote_name_len = 0; local
214 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
218 BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
223 if (remote_name_len > BD_NAME_LEN)
224 remote_name_len = BD_NAME_LEN;
228 memcpy(p_remote_name, p_eir_remote_name, remote_name_len);
229 *(p_remote_name + remote_name_len) = 0;
230 *p_remote_name_len = remote_name_len;
966 UINT8 remote_name_len; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 2096 UINT8 remote_name_len; local
    [all...]
btm_ble_gap.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 293 UINT8 remote_name_len; member in struct:__anon3762
    [all...]
btm_api.h 641 UINT16 remote_name_len; member in struct:__anon3684
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 393 UINT8 remote_name_len; member in struct:__anon3053
    [all...]

Completed in 61 milliseconds