Lines Matching refs:tBTM_STATUS
61 tBTM_STATUS BTM_StartInquiry(tBTM_INQ_PARMS* p_inqparms,
81 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window,
98 tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type);
112 tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration,
130 tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type);
148 tBTM_STATUS BTM_SetInquiryMode(uint8_t mode);
178 tBTM_STATUS BTM_CancelPeriodicInquiry(void);
194 tBTM_STATUS BTM_SetConnectability(uint16_t page_mode, uint16_t window,
236 tBTM_STATUS BTM_CancelInquiry(void);
262 tBTM_STATUS BTM_ReadRemoteDeviceName(const RawAddress& remote_bda,
283 tBTM_STATUS BTM_CancelRemoteDeviceName(void);
340 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda);
355 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
729 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
958 tBTM_STATUS BTM_SetLocalDeviceName(char* p_name);
969 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class);
984 tBTM_STATUS BTM_ReadLocalDeviceName(char** p_name);
996 tBTM_STATUS BTM_ReadLocalDeviceNameFromController(
1038 tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, bool is_register);
1130 tBTM_STATUS BTM_EnableTestMode(void);
1141 tBTM_STATUS BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version,
1172 tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda, uint16_t* settings);
1207 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda,
1218 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda,
1245 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role);
1265 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role,
1283 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb);
1300 tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda,
1318 tBTM_STATUS BTM_ReadAutomaticFlushTimeout(const RawAddress& remote_bda,
1337 tBTM_STATUS BTM_ReadTxPower(const RawAddress& remote_bda,
1350 tBTM_STATUS BTM_RegBusyLevelNotif(tBTM_BL_CHANGE_CB* p_cb, uint8_t* p_level,
1385 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,
1398 tBTM_STATUS BTM_RemoveSco(uint16_t sco_inx);
1425 tBTM_STATUS BTM_SetEScoMode(enh_esco_params_t* p_parms);
1440 tBTM_STATUS BTM_RegForEScoEvts(uint16_t sco_inx, tBTM_ESCO_CBACK* p_esco_cback);
1461 tBTM_STATUS BTM_ChangeEScoLinkParms(uint16_t sco_inx,
1746 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
1759 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr);
1789 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr,
1806 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr);
1822 void BTM_PasskeyReqReply(tBTM_STATUS res, const RawAddress& bd_addr,
1881 void BTM_RemoteOobDataReply(tBTM_STATUS res, const RawAddress& bd_addr,
1942 tBTM_STATUS BTM_PmRegister(uint8_t mask, uint8_t* p_pm_id,
1956 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
1979 tBTM_STATUS BTM_ReadPowerMode(const RawAddress& remote_bda,
2000 tBTM_STATUS BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat,
2029 tBTM_STATUS BTM_DeleteStoredLinkKey(const RawAddress* bd_addr,
2178 tBTM_STATUS BTM_BleGetEnergyInfo(tBTM_BLE_ENERGY_INFO_CBACK* p_ener_cback);
2185 tBTM_STATUS btm_sec_mx_access_request(const RawAddress& bd_addr, uint16_t psm,