Home
last modified time | relevance | path

Searched refs:GAP_ConnGetRemoteAddr (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dgap_api.h267 extern UINT8 *GAP_ConnGetRemoteAddr (UINT16 gap_handle);
/system/bt/bta/jv/
Dbta_jv_act.c556 UINT8 *p_bd_addr = GAP_ConnGetRemoteAddr((UINT16)jv_handle); in bta_jv_alloc_set_pm_profile_cb()
1003 bdcpy(evt_data.l2c_open.rem_bda, GAP_ConnGetRemoteAddr(gap_handle)); in bta_jv_l2cap_client_cback()
1172 bdcpy(evt_data.l2c_open.rem_bda, GAP_ConnGetRemoteAddr(gap_handle)); in bta_jv_l2cap_server_cback()
/system/bt/stack/gap/
Dgap_conn.c627 UINT8 *GAP_ConnGetRemoteAddr (UINT16 gap_handle) in GAP_ConnGetRemoteAddr() function