Lines Matching refs:rem_bda
996 bool L2CA_ConnectFixedChnl(uint16_t cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() argument
1003 auto remote = Btm::GetAddressAndType(rem_bda); in L2CA_ConnectFixedChnl()
1005 le_link_property_listener_shim_.info_.find(ToGdAddress(rem_bda)); in L2CA_ConnectFixedChnl()
1014 common::Unretained(helper), rem_bda), in L2CA_ConnectFixedChnl()
1019 uint16_t L2CA_SendFixedChnlData(uint16_t cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() argument
1030 helper->send(ToGdAddress(rem_bda), in L2CA_SendFixedChnlData()
1036 bool L2CA_RemoveFixedChnl(uint16_t cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() argument
1042 auto channel = helper->channels_.find(ToGdAddress(rem_bda)); in L2CA_RemoveFixedChnl()
1051 uint16_t L2CA_GetLeHandle(const RawAddress& rem_bda) { in L2CA_GetLeHandle() argument
1052 auto addr = ToGdAddress(rem_bda); in L2CA_GetLeHandle()
1059 void L2CA_LeConnectionUpdate(const RawAddress& rem_bda, uint16_t min_int, in L2CA_LeConnectionUpdate() argument
1064 auto channel = helper->channels_.find(ToGdAddress(rem_bda)); in L2CA_LeConnectionUpdate()
1070 auto& parameter = helper->conn_parameters_[ToGdAddress(rem_bda)]; in L2CA_LeConnectionUpdate()
1087 bool L2CA_EnableUpdateBleConnParams(const RawAddress& rem_bda, bool enable) { in L2CA_EnableUpdateBleConnParams() argument
1091 auto channel = helper->channels_.find(ToGdAddress(rem_bda)); in L2CA_EnableUpdateBleConnParams()
1097 auto& parameter = helper->conn_parameters_[ToGdAddress(rem_bda)]; in L2CA_EnableUpdateBleConnParams()
1150 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout() argument
1152 bluetooth::shim::L2CA_ConnectFixedChnl(kLeAttributeCid, rem_bda); in L2CA_SetLeGattTimeout()
1154 bluetooth::shim::L2CA_RemoveFixedChnl(kLeAttributeCid, rem_bda); in L2CA_SetLeGattTimeout()