Home
last modified time | relevance | path

Searched refs:tBTM_STATUS (Results 1 – 25 of 25) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h68 typedef UINT8 tBTM_STATUS; typedef
636 tBTM_STATUS status;
714 tBTM_STATUS status;
757 tBTM_STATUS status;
768 tBTM_STATUS status;
779 tBTM_STATUS status;
790 tBTM_STATUS status;
1493 tBTM_STATUS status; /* */
1513 tBTM_STATUS status; /* status of the simple pairing process */
1551 typedef void (tBTM_SEC_CBACK) (BD_ADDR bd_addr, void *p_ref_data, tBTM_STATUS result);
[all …]
Dbtm_ble_api.h370 BTM_API extern tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
384 BTM_API extern tBTM_STATUS BTM_BleWriteAdvData(tBTM_BLE_AD_MASK data_mask,
432 BTM_API extern tBTM_STATUS BTM_BleWriteScanRsp(tBTM_BLE_AD_MASK data_mask,
460 BTM_API extern tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT8 duration,
742 BTM_API extern tBTM_STATUS BTM_BleBroadcast(BOOLEAN start);
786 BTM_API extern tBTM_STATUS BTM_BleSetConnMode(BOOLEAN directed);
/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c61 tBTM_STATUS status; in GAP_SetDiscoverableMode()
129 tBTM_STATUS status; in GAP_SetConnectableMode()
168 tBTM_STATUS btm_status; in GAP_FindAddrByName()
334 tBTM_STATUS btm_status; in GAP_SetPairableMode()
393 tBTM_STATUS btm_status; in GAP_StartInquiry()
467 tBTM_STATUS btm_status; in GAP_StartPeriodicInquiry()
520 tBTM_STATUS btm_status; in GAP_CancelInquiry()
559 tBTM_STATUS btm_status; in GAP_CancelPeriodicInquiry()
725 tBTM_STATUS btm_status; in GAP_GetRemoteDeviceName()
768 tBTM_STATUS btm_status; in GAP_SetDeviceClass()
Dgap_utils.c79 gap_convert_btm_status ((tBTM_STATUS)((tBTM_REMOTE_DEV_NAME *)p_data)->status); in btm_cback()
187 p_result->status = gap_convert_btm_status ((tBTM_STATUS) p->status); in gap_find_addr_name_cb()
196 p_result->status = gap_convert_btm_status ((tBTM_STATUS) p->status); in gap_find_addr_name_cb()
403 UINT16 gap_convert_btm_status (tBTM_STATUS btm_status) in gap_convert_btm_status()
Dgap_int.h205 extern UINT16 gap_convert_btm_status (tBTM_STATUS btm_status);
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c200 tBTM_STATUS status = BTM_DEV_RESET; in btm_db_reset()
271 tBTM_STATUS status; in BTM_DeviceReset()
322 tBTM_STATUS BTM_SetAfhChannels (UINT8 first, UINT8 last) in BTM_SetAfhChannels()
360 tBTM_STATUS BTM_SetAfhChannelAssessment (BOOLEAN enable_or_disable) in BTM_SetAfhChannelAssessment()
1557 tBTM_STATUS BTM_SetLocalDeviceName (char *p_name) in BTM_SetLocalDeviceName()
1601 tBTM_STATUS BTM_ReadLocalDeviceName (char **p_name) in BTM_ReadLocalDeviceName()
1623 tBTM_STATUS BTM_ReadLocalDeviceNameFromController (tBTM_CMPL_CB *p_rln_cmpl_cback) in BTM_ReadLocalDeviceNameFromController()
1694 tBTM_STATUS BTM_ReadLocalDeviceAddr (tBTM_CMPL_CB *p_cb) in BTM_ReadLocalDeviceAddr()
1735 tBTM_STATUS BTM_ReadLocalVersion (tBTM_VERSION_INFO *p_vers) in BTM_ReadLocalVersion()
1758 tBTM_STATUS BTM_SetDeviceClass (DEV_CLASS dev_class) in BTM_SetDeviceClass()
[all …]
Dbtm_ble_gap.c58 static tBTM_STATUS btm_ble_stop_adv(void);
150 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT8 duration, in BTM_BleObserve()
154 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleObserve()
213 tBTM_STATUS BTM_BleBroadcast(BOOLEAN start) in BTM_BleBroadcast()
215 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleBroadcast()
391 tBTM_STATUS BTM_BleSetConnMode(BOOLEAN is_directed) in BTM_BleSetConnMode()
452 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, in BTM_BleSetAdvParams()
458 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetAdvParams()
594 tBTM_STATUS BTM_BleWriteScanRsp(tBTM_BLE_AD_MASK data_mask, tBTM_BLE_ADV_DATA *p_data) in BTM_BleWriteScanRsp()
596 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleWriteScanRsp()
[all …]
Dbtm_sco.c332 tBTM_STATUS BTM_WriteScoData (UINT16 sco_inx, BT_HDR *p_buf) in BTM_WriteScoData()
337 tBTM_STATUS status = BTM_SUCCESS; in BTM_WriteScoData()
399 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle, in btm_send_connect_request()
554 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, in BTM_CreateSco()
1013 tBTM_STATUS BTM_RemoveSco (UINT16 sco_inx) in BTM_RemoveSco()
1173 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types) in BTM_SetScoPacketTypes()
1342 tBTM_STATUS BTM_SetEScoMode (tBTM_SCO_TYPE sco_mode, tBTM_ESCO_PARAMS *p_parms) in BTM_SetEScoMode()
1405 tBTM_STATUS BTM_RegForEScoEvts (UINT16 sco_inx, tBTM_ESCO_CBACK *p_esco_cback) in BTM_RegForEScoEvts()
1442 tBTM_STATUS BTM_ReadEScoLinkParms (UINT16 sco_inx, tBTM_ESCO_DATA *p_parms) in BTM_ReadEScoLinkParms()
1495 tBTM_STATUS BTM_ChangeEScoLinkParms (UINT16 sco_inx, tBTM_CHG_ESCO_PARAMS *p_parms) in BTM_ChangeEScoLinkParms()
[all …]
Dbtm_inq.c146 static tBTM_STATUS btm_set_inq_event_filter (UINT8 filter_cond_type, tBTM_INQ_FILT_COND *p_filt_co…
175 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) in BTM_SetDiscoverability()
311 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type) in BTM_SetInquiryScanType()
349 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type) in BTM_SetPageScanType()
390 tBTM_STATUS BTM_SetInquiryMode (UINT8 mode) in BTM_SetInquiryMode()
477 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay, in BTM_SetPeriodicInquiryMode()
480 tBTM_STATUS status; in BTM_SetPeriodicInquiryMode()
572 tBTM_STATUS BTM_CancelPeriodicInquiry(void) in BTM_CancelPeriodicInquiry()
575 tBTM_STATUS status = BTM_SUCCESS; in BTM_CancelPeriodicInquiry()
617 tBTM_STATUS BTM_SetConnectability (UINT16 page_mode, UINT16 window, UINT16 interval) in BTM_SetConnectability()
[all …]
Dbtm_ble_int.h244 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB …
247 extern tBTM_STATUS btm_ble_set_discoverability(UINT16 combined_mode);
248 extern tBTM_STATUS btm_ble_set_connectability(UINT16 combined_mode);
249 extern tBTM_STATUS btm_ble_start_inquiry (UINT8 mode, UINT8 duration);
268 extern tBTM_STATUS btm_ble_set_encryption (BD_ADDR bd_addr, void *p_ref_data, UINT8 link_role);
Dbtm_pm.c89 static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, int link_ind, tBTM_PM_PWR_MD *p_mode );
140 tBTM_STATUS BTM_PmRegister (UINT8 mask, UINT8 *p_pm_id, tBTM_PM_STATUS_CBACK *p_cb) in BTM_PmRegister()
185 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode()
293 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode) in BTM_ReadPowerMode()
322 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat, in BTM_SetSsrParams()
578 static tBTM_STATUS btm_pm_snd_md_req(UINT8 pm_id, int link_ind, tBTM_PM_PWR_MD *p_mode) in btm_pm_snd_md_req()
968 tBTM_STATUS BTM_PmRegister (UINT8 mask, UINT8 *p_pm_id, tBTM_PM_STATUS_CBACK *p_cb) in BTM_PmRegister()
973 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode()
978 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode) in BTM_ReadPowerMode()
Dbtm_acl.c510 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role) in BTM_GetRole()
543 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb) in BTM_SwitchRole()
551 tBTM_STATUS status; in BTM_SwitchRole()
692 tBTM_STATUS BTM_ChangeLinkKey (BD_ADDR remote_bd_addr, tBTM_CMPL_CB *p_cb) in BTM_ChangeLinkKey()
697 tBTM_STATUS status; in BTM_ChangeLinkKey()
982 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings) in BTM_SetLinkPolicy()
1078 tBTM_STATUS BTM_ReadLinkPolicy (BD_ADDR remote_bda, tBTM_CMPL_CB *p_cb) in BTM_ReadLinkPolicy()
1598 tBTM_STATUS BTM_GetLinkSuperTout (BD_ADDR remote_bda, UINT16 *p_timeout) in BTM_GetLinkSuperTout()
1622 tBTM_STATUS BTM_SetLinkSuperTout (BD_ADDR remote_bda, UINT16 timeout) in BTM_SetLinkSuperTout()
1702 tBTM_STATUS BTM_SetHoldMode (BD_ADDR remote_bda, UINT16 min_interval, UINT16 max_interval) in BTM_SetHoldMode()
[all …]
Dbtm_sec.c56 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec);
63 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec);
81 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason);
1048 tBTM_STATUS BTM_SecBond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) in BTM_SecBond()
1051 tBTM_STATUS status; in BTM_SecBond()
1263 tBTM_STATUS BTM_SecBondCancel (BD_ADDR bd_addr) in BTM_SecBondCancel()
1355 tBTM_STATUS BTM_SecUseMasterLinkKey (BOOLEAN use_master_key) in BTM_SecUseMasterLinkKey()
1389 tBTM_STATUS BTM_SecGetDeviceLinkKey (BD_ADDR bd_addr, LINK_KEY link_key) in BTM_SecGetDeviceLinkKey()
1428 tBTM_STATUS BTM_SetEncryption (BD_ADDR bd_addr, tBTM_SEC_CBACK *p_callback, in BTM_SetEncryption()
1432 tBTM_STATUS rc; in BTM_SetEncryption()
[all …]
Dbtm_int.h918 extern tBTM_STATUS btm_initiate_rem_name (BD_ADDR remote_bda,
963 extern tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types);
968 BTM_API extern tBTM_STATUS btm_remove_acl (BD_ADDR bd_addr);
1081 extern tBTM_STATUS btm_sec_l2cap_access_req (BD_ADDR bd_addr, UINT16 psm,
1084 extern tBTM_STATUS btm_sec_mx_access_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator,
1099 extern tBTM_STATUS btm_sec_disconnect (UINT16 handle, UINT8 reason);
Dbtm_ble.c1094 tBTM_STATUS btm_ble_set_encryption (BD_ADDR bd_addr, void *p_ref_data, UINT8 link_role) in btm_ble_set_encryption()
1096 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_auth.c159 void gatt_enc_cmpl_cback(BD_ADDR bd_addr, void *p_ref_data, tBTM_STATUS result) in gatt_enc_cmpl_cback()
481 tBTM_STATUS btm_status; in gatt_security_check_start()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c85 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result);
636 tBTM_STATUS status; in bta_dm_vendor_spec_command()
822 tBTM_STATUS status; in bta_dm_bond()
871 tBTM_STATUS status; in bta_dm_bond_cancel()
1090 tBTM_STATUS res = BTM_NOT_AUTHORIZED; in bta_dm_confirm()
1158 tBTM_STATUS res = BTM_NOT_AUTHORIZED; in bta_dm_ci_rmt_oob_act()
1484 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name()
2603 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback()
2975 tBTM_STATUS status = BTM_CMD_STARTED; in bta_dm_sp_cback()
3881 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result) in bta_dm_bond_cancel_complete_cback()
[all …]
Dbta_dm_pm.c158 tBTM_STATUS btm_status; in bta_dm_pm_cback()
527 tBTM_STATUS status; in bta_dm_pm_sniff()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sco.c208 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE); in bta_ag_sco_disc_cback()
288 tBTM_STATUS status; in bta_ag_remove_sco()
417 tBTM_STATUS status; in bta_ag_create_sco()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c176 tBTM_STATUS rc; in avdt_l2c_connect_ind_cback()
/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c154 tBTM_STATUS rc; in mca_l2c_cconn_ind_cback()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_link.c500 tBTM_STATUS rc; in l2c_link_timeout()
Dl2c_utils.c2617 tBTM_STATUS rc; in l2cu_no_dynamic_ccbs()
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c326 tBTM_STATUS btm_status; in btif_update_remote_version_property()
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c896 static void bta_jv_sec_cback (BD_ADDR bd_addr, void *p_ref_data, tBTM_STATUS result) in bta_jv_sec_cback()