Lines Matching refs:RawAddress
35 uint16_t (*BTM_GetHCIConnHandle)(const RawAddress& bd_addr,
60 tBTM_STATUS (*BTM_ClearInqDb)(const RawAddress* p_bda);
74 bool (*SupportTransparentSynchronousData)(const RawAddress& bd_addr);
77 bool (*BTM_IsAclConnectionUp)(const RawAddress& bd_addr,
79 bool (*BTM_ReadConnectedTransportAddress)(RawAddress* bd_addr,
82 tBTM_STATUS (*BTM_ReadRemoteDeviceName)(const RawAddress& bd_addr,
85 uint8_t* (*BTM_ReadRemoteFeatures)(const RawAddress&);
86 void (*BTM_ReadDevInfo)(const RawAddress& bd_addr,
89 uint16_t (*BTM_GetMaxPacketSize)(const RawAddress& bd_addr);
90 bool (*BTM_ReadRemoteVersion)(const RawAddress& addr, uint8_t* lmp_version,
96 tBTM_STATUS (*BTM_GetRole)(const RawAddress& remote_bd_addr,
98 tBTM_STATUS (*BTM_SetPowerMode)(uint8_t pm_id, const RawAddress& bd_addr,
100 tBTM_STATUS (*BTM_SetSsrParams)(const RawAddress& bd_addr, uint16_t max_lat,
102 tBTM_STATUS (*BTM_SwitchRoleToCentral)(const RawAddress& remote_bd_addr);
103 void (*BTM_block_role_switch_for)(const RawAddress& peer_addr);
104 void (*BTM_block_sniff_mode_for)(const RawAddress& peer_addr);
106 void (*BTM_unblock_role_switch_for)(const RawAddress& peer_addr);
107 void (*BTM_unblock_sniff_mode_for)(const RawAddress& peer_addr);
112 tBTM_STATUS (*BTM_GetLinkSuperTout)(const RawAddress& bd_addr,
114 tBTM_STATUS (*BTM_ReadRSSI)(const RawAddress& bd_addr, tBTM_CMPL_CB* p_cb);
118 bool (*BTM_SecAddDevice)(const RawAddress& bd_addr, DEV_CLASS dev_class,
123 bool (*BTM_SecDeleteDevice)(const RawAddress& bd_addr);
127 char* (*BTM_SecReadDevName)(const RawAddress& bd_addr);
128 tBTM_STATUS (*BTM_SecBond)(const RawAddress& bd_addr,
132 tBTM_STATUS (*BTM_SecBondCancel)(const RawAddress& bd_addr);
133 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr,
136 void (*BTM_SecAddBleDevice)(const RawAddress& bd_addr,
139 void (*BTM_SecClearSecurityFlags)(const RawAddress& bd_addr);
142 void (*BTM_RemoteOobDataReply)(tBTM_STATUS res, const RawAddress& bd_addr,
144 void (*BTM_PINCodeReply)(const RawAddress& bd_addr, uint8_t res,
146 void (*BTM_ConfirmReqReply)(tBTM_STATUS res, const RawAddress& bd_addr);
149 tBTM_STATUS (*BTM_SetEncryption)(const RawAddress& bd_addr,
154 bool (*BTM_IsEncrypted)(const RawAddress& bd_addr, tBT_TRANSPORT transport);
155 bool (*BTM_SecIsSecurityPending)(const RawAddress& bd_addr);
156 bool (*BTM_IsLinkKeyKnown)(const RawAddress& bd_addr,
165 tBTM_STATUS (*BTM_SetBleDataLength)(const RawAddress& bd_addr,
167 void (*BTM_BleConfirmReply)(const RawAddress& bd_addr, uint8_t res);
169 void (*BTM_BlePasskeyReply)(const RawAddress& bd_addr, uint8_t res,
175 void (*BTM_BleSetPhy)(const RawAddress& bd_addr, uint8_t tx_phys,
177 void (*BTM_BleSetPrefConnParams)(const RawAddress& bd_addr,
182 bool (*BTM_UseLeLink)(const RawAddress& bd_addr);
186 tBTM_STATUS (*BTM_CreateSco)(const RawAddress* bd_addr, bool is_orig,
221 tBTM_INQ_INFO* (*BTM_InqDbRead)(const RawAddress& p_bda);
224 tBTM_STATUS (*BTM_ClearInqDb)(const RawAddress* p_bda);