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

  /system/bt/btif/src/
btif_dm.c 367 UINT8 remote_name_len = 0; local
373 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
377 BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
382 if (remote_name_len > BD_NAME_LEN)
383 remote_name_len = BD_NAME_LEN;
387 memcpy(p_remote_name, p_eir_remote_name, remote_name_len);
388 *(p_remote_name + remote_name_len) = 0;
389 *p_remote_name_len = remote_name_len;
1330 UINT8 remote_name_len; local
    [all...]
btif_gatt_client.c 420 uint8_t remote_name_len; local
425 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
430 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
435 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
436 bdname.name[remote_name_len]='\0';
439 remote_name_len, p_btif_cb->device_type );
575 uint8_t remote_name_len; local
581 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
586 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
    [all...]
  /system/bt/bta/include/
bta_api.h 412 UINT8 remote_name_len; member in struct:__anon71873
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 817 UINT8 remote_name_len; member in struct:__anon72713
    [all...]
btm_api.h 631 UINT16 remote_name_len; member in struct:__anon72619
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]

Completed in 58 milliseconds