Home
last modified time | relevance | path

Searched refs:tBTA_STATUS (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
Dbta_api.h50 typedef UINT8 tBTA_STATUS; typedef
426 tBTA_STATUS status;
681 tBTA_STATUS result; /* TRUE of bond cancel succeeded, FALSE if failed. */
756 tBTA_STATUS result;
772 tBTA_STATUS result;
802 typedef void (tBTA_DM_ENCRYPT_CBACK) (BD_ADDR bd_addr, tBTA_STATUS result);
872 typedef void (tBTA_DM_SWITCH_CBACK)(tBTA_DM_SWITCH_EVT event, tBTA_STATUS status);
924 BTA_API extern tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK *p_cback);
938 BTA_API extern tBTA_STATUS BTA_DisableBluetooth(void);
950 BTA_API extern tBTA_STATUS BTA_EnableTestMode(void);
[all …]
Dbta_ag_api.h387 BTA_API tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback);
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c62 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK *p_cback) in BTA_EnableBluetooth()
103 tBTA_STATUS BTA_DisableBluetooth(void) in BTA_DisableBluetooth()
131 tBTA_STATUS BTA_EnableTestMode(void) in BTA_EnableTestMode()
333 tBTA_STATUS BTA_DmVendorSpecificCommand (UINT16 opcode, UINT8 param_len, in BTA_DmVendorSpecificCommand()
747 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr) in BTA_DmRemoveDevice()
1089 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info, in BTA_DmSetLocalDiRecord()
1092 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
1126 tBTA_STATUS BTA_DmGetLocalDiRecord( tBTA_DI_GET_RECORD *p_device_info, in BTA_DmGetLocalDiRecord()
1181 tBTA_STATUS BTA_DmGetDiRecord( UINT8 get_record_index, tBTA_DI_GET_RECORD *p_device_info, in BTA_DmGetDiRecord()
Dbta_dm_act.c4262 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
/external/bluetooth/bluedroid/btif/include/
Dbtif_common.h178 void btif_enable_bluetooth_evt(tBTA_STATUS status, BD_ADDR local_bd);
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_api.c58 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback) in BTA_AgEnable()
/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c533 void btif_enable_bluetooth_evt(tBTA_STATUS status, BD_ADDR local_bd) in btif_enable_bluetooth_evt()
634 tBTA_STATUS status; in btif_disable_bluetooth()