Searched refs:tBTA_STATUS (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/bta/include/ |
D | bta_api.h | 50 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 …]
|
D | bta_ag_api.h | 387 BTA_API tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback);
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_api.c | 62 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()
|
D | bta_dm_act.c | 4262 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_common.h | 178 void btif_enable_bluetooth_evt(tBTA_STATUS status, BD_ADDR local_bd);
|
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_api.c | 58 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback) in BTA_AgEnable()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_core.c | 533 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()
|