HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_STATUS (Results 1 - 15 of 15) sorted by null

  /system/bt/bta/include/
bta_api.h 47 typedef uint8_t tBTA_STATUS;
399 typedef struct { tBTA_STATUS status; } tBTA_DM_ENABLE;
674 tBTA_STATUS result; /* true of bond cancel succeeded, false if failed. */
    [all...]
bta_hf_client_api.h 276 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask,
bta_ag_api.h 462 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK* p_cback);
  /system/bt/bta/hf_client/
bta_hf_client_api.cc 52 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask,
bta_hf_client_int.h 223 extern tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback,
bta_hf_client_main.cc 408 tBTA_STATUS bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback,
    [all...]
  /system/bt/main/
bte_conf.cc 91 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle);
  /system/bt/bta/dm/
bta_dm_api.cc 55 * Returns tBTA_STATUS
58 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK* p_cback) {
88 tBTA_STATUS BTA_DisableBluetooth(void) {
105 * Returns tBTA_STATUS
108 tBTA_STATUS BTA_EnableTestMode(void) {
474 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) {
557 tBTA_STATUS BTA_DmSetLocalDiRecord(tBTA_DI_RECORD* p_device_info,
559 tBTA_STATUS status = BTA_FAILURE;
    [all...]
bta_dm_act.cc     [all...]
  /system/bt/bta/ag/
bta_ag_api.cc 53 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode,
  /system/bt/btif/include/
btif_common.h 203 void btif_enable_bluetooth_evt(tBTA_STATUS status);
  /system/bt/btif/src/
btif_gatt_util.cc 220 tBTA_STATUS result) {
btif_ble_scanner.cc 124 void bta_batch_scan_reports_cb(int client_id, tBTA_STATUS status,
btif_core.cc 387 void btif_enable_bluetooth_evt(tBTA_STATUS status) {
    [all...]
btif_dm.cc     [all...]

Completed in 1072 milliseconds