Home
last modified time | relevance | path

Searched refs:L2CA_GetBleConnRole (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_l2c.cc113 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_connect_callback()
170 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_data_received()
/system/bt/stack/include/
Dl2c_api.h1267 extern uint8_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
/system/bt/stack/l2cap/
Dl2c_ble.cc192 uint8_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
/system/bt/bta/gatt/
Dbta_gattc_act.cc1060 p_buf->int_conn.role = L2CA_GetBleConnRole(bdaddr); in bta_gattc_conn_cback()