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

  /system/bt/stack/include/
gap_api.h 289 * Function GAP_ConnGetRemoteAddr
298 extern const RawAddress* GAP_ConnGetRemoteAddr(uint16_t gap_handle);
  /system/bt/bta/jv/
bta_jv_act.cc 508 GAP_ConnGetRemoteAddr((uint16_t)jv_handle);
866 evt_data.l2c_open.rem_bda = *GAP_ConnGetRemoteAddr(gap_handle);
    [all...]
  /system/bt/bta/hearing_aid/
hearing_aid.cc 897 RawAddress address = *GAP_ConnGetRemoteAddr(gap_handle);
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 610 * Function GAP_ConnGetRemoteAddr
621 const RawAddress* GAP_ConnGetRemoteAddr(uint16_t gap_handle) {
    [all...]

Completed in 96 milliseconds