Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 200) sorted by relevance

12345678

/system/bt/test/suite/support/
Dgatt.c73 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) { in btgattc_register_app_cb()
83 void btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) { in btgattc_open_cb()
87 void btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) { in btgattc_close_cb()
91 void btgattc_search_complete_cb(int conn_id, int status) { in btgattc_search_complete_cb()
99 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_… in btgattc_get_characteristic_cb()
103 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t… in btgattc_get_descriptor_cb()
107 void btgattc_get_included_service_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_srv… in btgattc_get_included_service_cb()
111 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, btgatt_srvc_id_t… in btgattc_register_for_notification_cb()
119 void btgattc_read_characteristic_cb(int conn_id, int status, btgatt_read_params_t *p_data) { in btgattc_read_characteristic_cb()
123 void btgattc_write_characteristic_cb(int conn_id, int status, btgatt_write_params_t *p_data) { in btgattc_write_characteristic_cb()
[all …]
Dadapter.c64 void acl_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_acl_state_t state) { in acl_state_changed()
76 void adapter_properties(bt_status_t status, in adapter_properties()
87 void bond_state_changed(bt_status_t status, in bond_state_changed()
106 void remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, in remote_device_properties()
/system/bt/bta/jv/
Dbta_jv_api.c62 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable() local
178 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId() local
211 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel() local
243 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery() local
276 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvCreateRecordByUser() local
303 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvDeleteRecord() local
337 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnectLE() local
393 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnect() local
440 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capClose() local
471 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capCloseLE() local
[all …]
/system/bt/bta/hl/
Dbta_hl_ci.c50 tBTA_HL_STATUS status, in bta_hl_ci_get_tx_data()
85 tBTA_HL_STATUS status, in bta_hl_ci_put_rx_data()
120 tBTA_HL_STATUS status, in bta_hl_ci_get_echo_data()
155 tBTA_HL_STATUS status, in bta_hl_ci_put_echo_data()
Dbta_hl_main.c568 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_disable() local
605 tBTA_HL_STATUS status = BTA_HL_STATUS_FAIL; in bta_hl_api_update() local
685 tBTA_HL_STATUS status = BTA_HL_STATUS_FAIL; in bta_hl_api_register() local
800 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_cch_open() local
899 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_cch_close() local
960 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_dch_open() local
1114 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_dch_close() local
1183 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_dch_reconnect() local
1324 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_dch_echo_test() local
1457 tBTA_HL_STATUS status = BTA_HL_STATUS_OK; in bta_hl_api_sdp_query() local
[all …]
/system/bt/bta/gatt/
Dbta_gattc_ci.c51 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_open()
84 tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_load()
125 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_save()
Dbta_gattc_api.c319 tBTA_GATT_STATUS status; in BTA_GATTC_GetFirstChar() local
359 tBTA_GATT_STATUS status; in BTA_GATTC_GetNextChar() local
399 tBTA_GATT_STATUS status; in BTA_GATTC_GetFirstCharDescr() local
444 tBTA_GATT_STATUS status; in BTA_GATTC_GetNextCharDescr() local
487 tBTA_GATT_STATUS status; in BTA_GATTC_GetFirstIncludedService() local
529 tBTA_GATT_STATUS status; in BTA_GATTC_GetNextIncludedService() local
900 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_RegisterForNotifications() local
974 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_DeregisterForNotifications() local
/system/bt/stack/btu/
Dbtu_hcif.c433 UINT8 status; in btu_hcif_inquiry_comp_evt() local
498 UINT8 status; in btu_hcif_connection_comp_evt() local
610 UINT8 status; in btu_hcif_authentication_comp_evt() local
631 UINT8 status; in btu_hcif_rmt_name_request_comp_evt() local
656 UINT8 status; in btu_hcif_encryption_change_evt() local
694 UINT8 status; in btu_hcif_read_rmt_ext_features_comp_evt() local
734 UINT8 status; in btu_hcif_qos_setup_comp_evt() local
766 UINT8 status; in btu_hcif_esco_connection_comp_evt() local
800 UINT8 status; in btu_hcif_esco_connection_chg_evt() local
993 static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd, in btu_hcif_hdl_command_status()
[all …]
/system/bt/bta/include/
Dbta_jv_api.h164 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
171 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
178 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
184 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
193 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
206 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
214 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
222 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
230 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
238 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member
[all …]
Dbta_gattc_ci.h37 tBTA_GATT_STATUS status; member
46 tBTA_GATT_STATUS status; member
/system/security/keystore/
DIKeystoreService.cpp407 status_t status = remote()->transact(BnKeystoreService::GET_STATE, data, &reply); in getState() local
426 status_t status = remote()->transact(BnKeystoreService::GET, data, &reply); in get() local
465 status_t status = remote()->transact(BnKeystoreService::INSERT, data, &reply); in insert() local
485 status_t status = remote()->transact(BnKeystoreService::DEL, data, &reply); in del() local
505 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply); in exist() local
525 status_t status = remote()->transact(BnKeystoreService::LIST, data, &reply); in list() local
547 status_t status = remote()->transact(BnKeystoreService::RESET, data, &reply); in reset() local
567 status_t status = remote()->transact(BnKeystoreService::ON_USER_PASSWORD_CHANGED, data, in onUserPasswordChanged() local
587 status_t status = remote()->transact(BnKeystoreService::LOCK, data, &reply); in lock() local
607 status_t status = remote()->transact(BnKeystoreService::UNLOCK, data, &reply); in unlock() local
[all …]
/system/bt/stack/btm/
Dbtm_ble_batchscan.c318 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_read_batchscan_reports() local
362 UINT8 status = 0, subcode = 0, opcode = 0; in btm_ble_batchscan_vsc_cmpl_cback() local
505 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_storage_config() local
546 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_batchscan_param() local
587 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_enable_disable_batchscan() local
652 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleSetStorageConfig() local
727 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleEnableBatchScan() local
802 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleDisableBatchScan() local
844 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleReadScanReports() local
Dbtm_ble_cont_energy.c48 UINT8 status = 0; in btm_ble_cont_energy_cmpl_cback() local
86 tBTM_STATUS status = BTM_ILLEGAL_VALUE; in BTM_BleGetEnergyInfo() local
/system/bt/bta/hh/
Dbta_hh_act.c70 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable() local
165 tBTA_HH_STATUS status = BTA_HH_OK; in bta_hh_disc_cmpl() local
193 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_sdp_cback() local
272 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_di_sdp_cback() local
341 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_start_sdp() local
434 tBTA_HH_STATUS status = p_data->status; in bta_hh_sdp_cmpl() local
522 tHID_STATUS status; in bta_hh_api_disc_act() local
/system/bt/btif/src/
Dbtif_sock.c65 bt_status_t status = btsock_rfc_init(thread_handle); in btif_sock_init() local
124 bt_status_t status = BT_STATUS_FAIL; in btsock_listen() local
152 bt_status_t status = BT_STATUS_FAIL; in btsock_connect() local
/system/bt/stack/avrc/
Davrc_pars_ct.c45 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp() local
118 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse() local
Davrc_pars_tg.c44 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd() local
291 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand() local
/system/bt/bta/mce/
Dbta_mce_act.c132 tBTA_MCE_STATUS status = BTA_MCE_SUCCESS; in bta_mce_enable() local
153 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; in bta_mce_get_remote_mas_instances() local
/system/bt/stack/gatt/
Dgatt_api.c87 BOOLEAN status= FALSE; in GATTS_AddHandleRange() local
113 BOOLEAN status= FALSE; in GATTS_NVRegister() local
720 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
829 tGATT_STATUS status = GATT_SUCCESS; in GATTC_Discover() local
897 tGATT_STATUS status = GATT_SUCCESS; in GATTC_Read() local
985 tGATT_STATUS status = GATT_SUCCESS; in GATTC_Write() local
1059 tGATT_STATUS status = GATT_SUCCESS; in GATTC_ExecuteWrite() local
1163 BOOLEAN status = FALSE; in GATT_SetIdleTimeout() local
1377 BOOLEAN status = FALSE; in GATT_Connect() local
1421 BOOLEAN status = TRUE; in GATT_CancelConnect() local
[all …]
Dgatt_auth.c49 BOOLEAN status = FALSE; in gatt_sign_data() local
168 BOOLEAN status = FALSE; in gatt_enc_cmpl_cback() local
452 BOOLEAN status = TRUE; in gatt_convert_sec_action() local
485 BOOLEAN status = TRUE; in gatt_security_check_start() local
/system/bt/stack/smp/
Dsmp_api.c133 UINT8 status = SMP_PAIR_INTERNAL_ERR; in SMP_Pair() local
175 UINT8 status = SMP_PAIR_INTERNAL_ERR; in SMP_BR_PairWith() local
219 BOOLEAN status = FALSE; in SMP_PairCancel() local
511 BOOLEAN status=FALSE; in SMP_Encrypt() local
/system/bt/bta/ag/
Dbta_ag_sdp.c71 static void bta_ag_sdp_cback(UINT16 status, UINT8 idx) in bta_ag_sdp_cback()
113 void bta_ag_sdp_cback_1(UINT16 status) {bta_ag_sdp_cback(status, 1);} in bta_ag_sdp_cback_1()
114 void bta_ag_sdp_cback_2(UINT16 status) {bta_ag_sdp_cback(status, 2);} in bta_ag_sdp_cback_2()
115 void bta_ag_sdp_cback_3(UINT16 status) {bta_ag_sdp_cback(status, 3);} in bta_ag_sdp_cback_3()
/system/core/fastboot/
Dengine.c112 int status; in fb_format_supported() local
124 static int cb_default(Action *a, int status, char *resp) in cb_default()
225 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check()
268 static int cb_require(Action *a, int status, char *resp) in cb_require()
273 static int cb_reject(Action *a, int status, char *resp) in cb_reject()
291 static int cb_display(Action *a, int status, char *resp) in cb_display()
310 static int cb_save(Action *a, int status, char *resp) in cb_save()
371 int status = 0; in fb_execute_queue() local
/system/bt/btif/co/
Dbta_gattc_co.c91 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_co_cache_open() local
118 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_co_cache_load() local
150 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_co_cache_save() local
/system/core/libsync/include/sync/
Dsync.h31 int32_t status; member
39 int32_t status; member

12345678