Searched refs:tGATT_STATUS (Results 1 - 25 of 25) sorted by relevance

/system/bt/stack/srvc/
H A Dsrvc_dis_int.h59 tGATT_STATUS* p_status);
61 tGATT_STATUS* p_status);
64 tGATT_STATUS status, tGATT_CL_COMPLETE* p_data);
H A Dsrvc_battery_int.h61 tGATT_STATUS* p_status);
64 tGATT_STATUS* p_status);
H A Dsrvc_eng_int.h66 extern void srvc_sr_rsp(uint8_t clcb_idx, tGATT_STATUS st, tGATTS_RSP* p_rsp);
H A Dsrvc_eng.cc37 tGATT_STATUS status,
51 tGATT_STATUS status,
205 tGATTS_RSP* p_rsp, tGATT_STATUS* p_status) {
206 tGATT_STATUS status = GATT_NOT_FOUND;
231 tGATT_STATUS* p_status) {
311 tGATT_STATUS status,
404 tGATT_STATUS srvc_eng_init(void) {
424 void srvc_sr_rsp(uint8_t clcb_idx, tGATT_STATUS st, tGATTS_RSP* p_rsp) {
H A Dsrvc_battery.cc66 tGATT_STATUS* p_status) {
70 tGATT_STATUS st = GATT_NOT_FOUND;
104 bool is_long, tGATT_STATUS* p_status) {
107 tGATT_STATUS st = GATT_NOT_FOUND;
164 UNUSED_ATTR tGATT_STATUS status,
176 tGATT_STATUS status = GATT_ERROR;
274 void Battery_Rsp(uint8_t app_id, tGATT_STATUS st, uint8_t event,
H A Dsrvc_dis.cc120 tGATT_STATUS* p_status) {
129 tGATT_STATUS* p_status) {
134 tGATT_STATUS st = GATT_NOT_FOUND;
269 void dis_c_cmpl_cback(tSRVC_CLCB* p_clcb, tGATTC_OPTYPE op, tGATT_STATUS status,
342 tGATT_STATUS status;
/system/bt/stack/include/
H A Dgatt_api.h74 typedef uint8_t tGATT_STATUS; typedef
556 tGATT_STATUS status);
561 tGATT_STATUS status, tGATT_CL_COMPLETE* p_data);
760 extern tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id,
780 extern tGATT_STATUS GATTS_HandleValueNotification(uint16_t conn_id,
799 extern tGATT_STATUS GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id,
800 tGATT_STATUS status, tGATTS_RSP* p_msg);
819 extern tGATT_STATUS GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu);
835 extern tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
851 extern tGATT_STATUS GATTC_Rea
[all...]
H A Dsrvc_api.h131 extern tGATT_STATUS srvc_eng_init(void);
187 extern void Battery_Rsp(uint8_t app_id, tGATT_STATUS st, uint8_t event,
/system/bt/stack/gatt/
H A Dgatt_db.cc43 static tGATT_STATUS gatts_send_app_read_request(
79 static tGATT_STATUS gatts_check_attr_readability(const tGATT_ATTR& attr,
161 static tGATT_STATUS read_attr_value(tGATT_ATTR& attr16, uint16_t offset,
175 tGATT_STATUS status = gatts_check_attr_readability(attr16, offset, read_long,
254 tGATT_STATUS gatts_db_read_attr_value_by_type(
259 tGATT_STATUS status = GATT_NOT_FOUND;
483 tGATT_STATUS gatts_read_attr_value_by_handle(
491 tGATT_STATUS status = read_attr_value(*p_attr, offset, &pp,
521 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long,
549 tGATT_STATUS gatts_write_attr_perm_chec
[all...]
H A Dgatt_api.cc466 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle,
468 tGATT_STATUS cmd_status = GATT_NO_RESOURCES;
481 return (tGATT_STATUS)GATT_INVALID_CONN_ID;
531 tGATT_STATUS GATTS_HandleValueNotification(uint16_t conn_id,
544 return (tGATT_STATUS)GATT_INVALID_CONN_ID;
556 tGATT_STATUS cmd_sent;
582 tGATT_STATUS GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id,
583 tGATT_STATUS status, tGATTS_RSP* p_msg) {
584 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
596 return (tGATT_STATUS)GATT_INVALID_CONN_I
[all...]
H A Dgatt_int.h426 extern tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb,
430 extern tGATT_STATUS attp_send_sr_msg(tGATT_TCB& tcb, BT_HDR* p_msg);
431 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB& tcb, BT_HDR* p_toL2CAP);
452 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code,
492 extern tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if,
494 tGATT_STATUS status,
541 extern void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status,
558 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB& tcb);
573 extern tGATT_STATUS gatts_db_read_attr_value_by_type(
578 extern tGATT_STATUS gatts_read_attr_value_by_handl
[all...]
H A Dgatt_sr.cc112 static bool process_read_multi_rsp(tGATT_SR_CMD* p_cmd, tGATT_STATUS status,
226 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB& tcb, tGATT_IF gatt_if,
228 uint8_t op_code, tGATT_STATUS status,
230 tGATT_STATUS ret_code = GATT_SUCCESS;
355 tGATT_STATUS err = GATT_SUCCESS;
450 static tGATT_STATUS gatt_build_primary_service_rsp(
453 tGATT_STATUS status = GATT_NOT_FOUND;
515 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SRV_LIST_ELEM& el,
563 static tGATT_STATUS read_handles(uint16_t& len, uint8_t*& p, uint16_t& s_hdl,
580 static tGATT_STATUS gatts_validate_packet_forma
[all...]
H A Dgatt_attr.cc56 tGATT_STATUS status);
59 UNUSED_ATTR tGATT_STATUS status,
350 tGATT_STATUS status) {
376 UNUSED_ATTR tGATT_STATUS status,
H A Datt_protocol.cc324 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB& tcb, BT_HDR* p_toL2CAP) {
400 tGATT_STATUS attp_send_sr_msg(tGATT_TCB& tcb, BT_HDR* p_msg) {
419 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB& tcb, tGATT_CLCB* p_clcb,
429 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, p_cmd);
460 tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb,
H A Dgatt_auth.cc348 * Returns tGATT_STATUS link encryption status
351 tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB& tcb) {
352 tGATT_STATUS encrypt_status = GATT_NOT_ENCRYPTED;
H A Dgatt_cl.cc81 tGATT_STATUS st;
469 tGATT_STATUS status = (tGATT_STATUS)reason;
594 tGATT_STATUS encrypt_status;
957 tGATT_STATUS status = GATT_SUCCESS;
998 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, cmd.p_cmd);
H A Dgatt_utils.cc850 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code,
852 tGATT_STATUS status;
1310 void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status, void* p_data) {
/system/bt/stack/gap/
H A Dgap_ble.cc56 void client_cmpl_cback(uint16_t, tGATTC_OPTYPE, tGATT_STATUS,
116 tGATT_STATUS read_attr_value(uint16_t handle, tGATT_VALUE* p_value,
172 tGATT_STATUS proc_read(tGATTS_REQ_TYPE, tGATT_READ_REQ* p_data,
307 void client_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
/system/bt/btif/src/
H A Dbtif_gatt_test.cc98 tGATT_STATUS status,
183 tGATT_STATUS status) {
H A Dbtif_gatt_client.cc382 void read_char_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
404 void read_using_char_uuid_cb(uint16_t conn_id, tGATT_STATUS status,
432 void read_desc_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
452 void write_char_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
468 void write_descr_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
/system/bt/bta/hh/
H A Dbta_hh_le.cc112 static void gatt_read_op_finished(uint16_t conn_id, tGATT_STATUS status,
132 static void gatt_write_op_finished(uint16_t conn_id, tGATT_STATUS status,
638 tGATT_STATUS status, uint8_t* value,
821 static void write_rpt_ctl_cfg_cb(uint16_t conn_id, tGATT_STATUS status,
887 static void write_proto_mode_cb(uint16_t conn_id, tGATT_STATUS status,
969 static void get_protocol_mode_cb(uint16_t conn_id, tGATT_STATUS status,
1363 static void read_hid_info_cb(uint16_t conn_id, tGATT_STATUS status,
1384 static void read_hid_report_map_cb(uint16_t conn_id, tGATT_STATUS status,
1407 static void read_ext_rpt_ref_desc_cb(uint16_t conn_id, tGATT_STATUS status,
1433 static void read_report_ref_desc_cb(uint16_t conn_id, tGATT_STATUS statu
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_int.h140 tGATT_STATUS status;
446 tGATT_STATUS status);
H A Dbta_gattc_act.cc56 tGATT_STATUS status,
1610 tGATT_STATUS status,
H A Dbta_gattc_cache.cc881 tGATT_STATUS status) {
/system/bt/bta/include/
H A Dbta_gatt_api.h767 typedef void (*GATT_READ_OP_CB)(uint16_t conn_id, tGATT_STATUS status,
770 typedef void (*GATT_WRITE_OP_CB)(uint16_t conn_id, tGATT_STATUS status,

Completed in 1187 milliseconds