/packages/modules/Bluetooth/system/stack/include/ |
D | acl_api_types.h | 43 RawAddress rem_bda; member 54 RawAddress rem_bda; member 65 RawAddress rem_bda; member 75 RawAddress rem_bda; member 85 RawAddress rem_bda; member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_l2cap_api.cc | 186 const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 191 const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 198 const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() 202 uint16_t bluetooth::shim::L2CA_GetLeHandle(const RawAddress& rem_bda) { in L2CA_GetLeHandle() 207 const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int, in L2CA_LeConnectionUpdate() 214 bool bluetooth::shim::L2CA_EnableUpdateBleConnParams(const RawAddress& rem_bda, in L2CA_EnableUpdateBleConnParams() 229 bool bluetooth::shim::L2CA_SetLeGattTimeout(const RawAddress& rem_bda, in L2CA_SetLeGattTimeout()
|
D | mock_stack_l2cap_api.cc | 230 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 234 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 240 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() 244 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() 248 bool L2CA_MarkLeLinkAsActive(const RawAddress& rem_bda) { in L2CA_MarkLeLinkAsActive()
|
D | mock_stack_l2cap_ble.cc | 83 bool L2CA_UpdateBleConnParams(const RawAddress& rem_bda, uint16_t min_int, in L2CA_UpdateBleConnParams() 91 bool L2CA_EnableUpdateBleConnParams(const RawAddress& rem_bda, bool enable) { in L2CA_EnableUpdateBleConnParams() 206 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, in L2CA_SubrateRequest()
|
D | mock_stack_pan_api.cc | 62 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, in PAN_Connect()
|
D | mock_stack_gatt_main.cc | 47 bool gatt_connect(const RawAddress& rem_bda, tGATT_TCB* p_tcb, tBLE_ADDR_TYPE addr_type, in gatt_connect()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1272 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 1396 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 1503 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() 1573 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() 1602 bool L2CA_MarkLeLinkAsActive(const RawAddress& rem_bda) { in L2CA_MarkLeLinkAsActive()
|
D | l2c_ble.cc | 88 bool L2CA_UpdateBleConnParams(const RawAddress& rem_bda, uint16_t min_int, in L2CA_UpdateBleConnParams() 142 bool L2CA_EnableUpdateBleConnParams(const RawAddress& rem_bda, bool enable) { in L2CA_EnableUpdateBleConnParams() 1857 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, in L2CA_SubrateRequest()
|
/packages/modules/Bluetooth/system/stack/pan/ |
D | pan_main.cc | 285 UNUSED_ATTR const RawAddress& rem_bda, in pan_connect_state_cb()
|
D | pan_api.cc | 245 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, in PAN_Connect()
|
D | pan_int.h | 58 RawAddress rem_bda; member
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.cc | 1006 bool L2CA_ConnectFixedChnl(uint16_t cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 1029 uint16_t L2CA_SendFixedChnlData(uint16_t cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 1046 bool L2CA_RemoveFixedChnl(uint16_t cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() 1061 uint16_t L2CA_GetLeHandle(const RawAddress& rem_bda) { in L2CA_GetLeHandle() 1069 void L2CA_LeConnectionUpdate(const RawAddress& rem_bda, uint16_t min_int, in L2CA_LeConnectionUpdate() 1097 bool L2CA_EnableUpdateBleConnParams(const RawAddress& rem_bda, bool enable) { in L2CA_EnableUpdateBleConnParams() 1160 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_jv_api.h | 210 RawAddress rem_bda; /* The peer address */ member 218 RawAddress rem_bda; /* The peer address */ member 279 RawAddress rem_bda; /* The peer address */ member 286 RawAddress rem_bda; /* The peer address */ member
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 235 bool gatt_connect(const RawAddress& rem_bda, tBLE_ADDR_TYPE addr_type, in gatt_connect() 256 bool gatt_connect(const RawAddress& rem_bda, tGATT_TCB* p_tcb, in gatt_connect()
|
D | gatt_utils.cc | 796 void gatt_sr_get_sec_info(const RawAddress& rem_bda, tBT_TRANSPORT transport, in gatt_sr_get_sec_info()
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_int.h | 110 RawAddress rem_bda; member
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 1285 RawAddress rem_bda = RawAddress::kEmpty; in bta_jv_port_mgmt_cl_cback() local 1463 RawAddress rem_bda = RawAddress::kEmpty; in bta_jv_port_mgmt_sr_cback() local
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 347 bool smp_send_msg_to_L2CAP(const RawAddress& rem_bda, BT_HDR* p_toL2CAP) { in smp_send_msg_to_L2CAP()
|