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_dm.c 294 UINT8 remote_name_len = 0; local
300 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
304 BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
309 if (remote_name_len > BD_NAME_LEN)
310 remote_name_len = BD_NAME_LEN;
314 memcpy(p_remote_name, p_eir_remote_name, remote_name_len);
315 *(p_remote_name + remote_name_len) = 0;
316 *p_remote_name_len = remote_name_len;
1230 UINT8 remote_name_len; local
    [all...]
btif_gatt_client.c 383 uint8_t remote_name_len; local
388 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
393 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
398 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
399 bdname.name[remote_name_len]='\0';
402 remote_name_len, p_btif_cb->device_type );
564 uint8_t remote_name_len; local
570 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
575 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
    [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 753 UINT8 remote_name_len; member in struct:__anon6130
    [all...]
btm_api.h 641 UINT16 remote_name_len; member in struct:__anon6028
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 453 UINT8 remote_name_len; member in struct:__anon5313
    [all...]

Completed in 1078 milliseconds