Home
last modified time | relevance | path

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

12

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h83 typedef UINT8 tGATT_STATUS; typedef
575 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
578 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
843 extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
875 extern tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id,
893 extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
911 extern tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
912 tGATT_STATUS status, tGATTS_RSP *p_msg);
928 tGATT_STATUS GATTS_SetAttributeValue(UINT16 attr_handle, UINT16 length, UINT8 *value);
944 tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value);
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c460 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService()
593 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT… in GATTS_HandleValueIndication()
595 tGATT_STATUS cmd_status = GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
608 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleValueIndication()
665 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, in GATTS_HandleValueNotification()
668 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_HandleValueNotification()
680 return (tGATT_STATUS) GATT_INVALID_CONN_ID; in GATTS_HandleValueNotification()
718 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id, in GATTS_SendRsp()
719 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
721 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_SendRsp()
[all …]
Dgatt_db.c38 extern tGATT_STATUS gap_proc_read(tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp);
39 extern tGATT_STATUS gatt_proc_read(UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tG…
50 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
120 static tGATT_STATUS gatts_check_attr_readability(tGATT_ATTR16 *p_attr, in gatts_check_attr_readability()
205 static tGATT_STATUS read_attr_value (void *p_attr, in read_attr_value()
216 tGATT_STATUS status; in read_attr_value()
325 tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, in gatts_db_read_attr_value_by_type()
338 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_db_read_attr_value_by_type()
717 tGATT_STATUS gatts_set_attribute_value(tGATT_SVC_DB *p_db, UINT16 attr_handle, in gatts_set_attribute_value()
783 tGATT_STATUS gatts_get_attr_value_internal(UINT16 attr_handle, UINT16 *length, UINT8 **value) in gatts_get_attr_value_internal()
[all …]
Dgatt_attr.c61 static void gatt_disc_cmpl_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
62 static void gatt_cl_op_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
196 tGATT_STATUS gatt_proc_read (UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_R… in gatt_proc_read()
198 tGATT_STATUS status = GATT_NO_RESOURCES; in gatt_proc_read()
252 static tGATT_STATUS gatt_sr_write_cl_supp_feat(UINT16 conn_id, tGATT_WRITE_REQ *p_data) in gatt_sr_write_cl_supp_feat()
306 tGATT_STATUS gatt_proc_write_req(UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_WRITE_REQ *p_data) in gatt_proc_write_req()
446 tGATT_STATUS status; in gatt_profile_db_init()
552 static void gatt_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status) in gatt_disc_cmpl_cback()
580 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in gatt_cl_op_cmpl_cback()
Datt_protocol.c349 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP) in attp_send_msg_to_l2cap()
472 tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg) in attp_send_sr_msg()
474 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg()
497 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) in attp_cl_send_cmd()
499 tGATT_STATUS att_ret = GATT_SUCCESS; in attp_cl_send_cmd()
543 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_ms… in attp_send_cl_msg()
545 tGATT_STATUS status = GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_sr.c47 tGATT_STATUS gatt_send_packet (tGATT_TCB *p_tcb, UINT8 *p_data, UINT16 len) in gatt_send_packet()
52 tGATT_STATUS status; in gatt_send_packet()
160 static BOOLEAN process_read_multi_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status, in process_read_multi_rsp()
280 static BOOLEAN process_read_multi_var_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status, in process_read_multi_var_rsp()
401 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, in gatt_sr_process_app_rsp()
403 tGATT_STATUS status, tGATTS_RSP *p_msg) in gatt_sr_process_app_rsp()
405 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp()
595 tGATT_STATUS err = GATT_SUCCESS; in gatt_process_read_multi_req()
709 static tGATT_STATUS gatt_build_primary_service_rsp (BT_HDR *p_msg, tGATT_TCB *p_tcb, in gatt_build_primary_service_rsp()
713 tGATT_STATUS status = GATT_NOT_FOUND; in gatt_build_primary_service_rsp()
[all …]
Dgatt_cl.c85 tGATT_STATUS st; in gatt_act_discovery()
514 tGATT_STATUS status = (tGATT_STATUS) reason; in gatt_proc_disc_error_rsp()
650 tGATT_STATUS encrypt_status; in gatt_process_notification()
1046 tGATT_STATUS status = GATT_SUCCESS; in gatt_process_mtu_rsp()
1098 tGATT_STATUS att_ret = GATT_SUCCESS; in gatt_cl_send_next_cmd_inq()
Dgatt_auth.c405 tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb) in gatt_get_link_encrypt_status()
407 tGATT_STATUS encrypt_status = GATT_NOT_ENCRYPTED; in gatt_get_link_encrypt_status()
Dgatt_sr_hash.c164 tGATT_STATUS gatts_calculate_datebase_hash(BT_OCTET16 hash) in gatts_calculate_datebase_hash()
Dgatt_main.c1060 tGATT_STATUS gatt_send_srv_chg_ind (BD_ADDR peer_bda) in gatt_send_srv_chg_ind()
1065 tGATT_STATUS status = GATT_ERROR; in gatt_send_srv_chg_ind()
Dgatt_utils.c1551 tGATT_STATUS gatt_send_error_rsp (tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, in gatt_send_error_rsp()
1555 tGATT_STATUS status; in gatt_send_error_rsp()
2264 void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data) in gatt_end_operation()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/include/
Dsrvc_dis_int.h72 BOOLEAN is_long, tGATT_STATUS *p_status);
73 extern UINT8 dis_write_attr_value(tGATT_WRITE_REQ *p_data, tGATT_STATUS *p_status);
76 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h607 extern tGATT_STATUS gatt_send_srv_chg_ind (BD_ADDR peer_bda);
616 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MS…
618 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg);
619 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
637 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 han…
684 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, U…
725 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data);
742 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb);
757 extern tGATT_STATUS gatts_set_attribute_value(tGATT_SVC_DB *p_db, UINT16 attr_handle,
759 extern tGATT_STATUS gatts_get_attr_value_internal(UINT16 attr_handle, UINT16 *length, UINT8 **value…
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/include/
Dsrvc_battery_int.h71 tGATT_STATUS *p_status);
72 …lue (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS *p_status);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dsrvc_api.h137 extern tGATT_STATUS srvc_eng_init (void);
194 extern void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp);
Ddis_api.h308 tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c50 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_…
208 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) in gap_read_attr_value()
269 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) in gap_proc_read()
271 tGATT_STATUS status = GATT_NO_RESOURCES; in gap_proc_read()
399 tGATT_STATUS status; in gap_attr_db_init()
637 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_C… in gap_ble_c_cmpl_cback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h96 tGATT_STATUS AirSync_Init(tAIRSYNC_CBACK *call_back);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c129 tGATT_STATUS st = ESP_GATT_NOT_FOUND; in dis_s_read_attr_value()
207 tGATT_STATUS status; in DIS_Init()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c645 tGATT_STATUS status; in BTA_GATTS_SetServiceChangeMode()
659 tGATT_STATUS status; in BTA_GATTS_SendMultiNotification()
Dbta_gattc_api.c1176 tGATT_STATUS status; in BTA_GATTC_Discover()
1215 tGATT_STATUS status; in BTA_GATTC_ReadLongChar()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h241 extern tGATT_STATUS bta_gatts_get_attr_value(UINT16 attr_handle, UINT16 *length, UINT8 **value);
Dbta_gattc_int.h187 tGATT_STATUS status;
540 extern void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS stat…
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c237 tGATT_STATUS AirSync_Init(tAIRSYNC_CBACK *call_back) in AirSync_Init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c235 tGATT_STATUS st = ESP_GATT_OK; in bas_callback()

12