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

  /system/bt/bta/include/
bta_api.h 49 typedef UINT8 tBTA_STATUS;
411 typedef void (tBTA_SET_ADV_DATA_CMPL_CBACK) (tBTA_STATUS status);
648 tBTA_STATUS status;
    [all...]
bta_hf_client_api.h 273 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback);
bta_ag_api.h 403 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback);
  /system/bt/btif/include/
btif_common.h 189 void btif_enable_bluetooth_evt(tBTA_STATUS status);
  /system/bt/main/
bte_conf.c 101 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle);
  /system/bt/bta/ag/
bta_ag_api.c 57 tBTA_STATUS BTA_AgEnable(tBTA_AG_PARSE_MODE parse_mode, tBTA_AG_CBACK *p_cback)
  /system/bt/bta/hf_client/
bta_hf_client_api.c 59 tBTA_STATUS BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK *p_cback)
  /system/bt/btif/src/
btif_gatt_util.c 286 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS result);
296 static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_STATUS result)
btif_gatt_client.c 861 void *p_ref, tBTA_STATUS call_status)
909 static void bta_gattc_set_adv_data_cback(tBTA_STATUS call_status)
920 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status)
985 UINT8* p_rep_data, tBTA_STATUS status)
    [all...]
btif_dm.c 208 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status);
    [all...]
btif_core.c 459 void btif_enable_bluetooth_evt(tBTA_STATUS status)
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 59 ** Returns tBTA_STATUS
62 tBTA_STATUS BTA_EnableBluetooth(tBTA_DM_SEC_CBACK *p_cback)
100 tBTA_STATUS BTA_DisableBluetooth(void)
125 ** Returns tBTA_STATUS
128 tBTA_STATUS BTA_EnableTestMode(void)
560 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr)
655 tBTA_STATUS BTA_DmSetLocalDiRecord( tBTA_DI_RECORD *p_device_info,
658 tBTA_STATUS status = BTA_FAILURE;
    [all...]
bta_dm_act.c     [all...]

Completed in 259 milliseconds