/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 83 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/ |
D | gatt_api.c | 460 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 …]
|
D | gatt_db.c | 38 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 …]
|
D | gatt_attr.c | 61 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()
|
D | att_protocol.c | 349 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()
|
D | gatt_sr.c | 47 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 …]
|
D | gatt_cl.c | 85 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()
|
D | gatt_auth.c | 405 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()
|
D | gatt_sr_hash.c | 164 tGATT_STATUS gatts_calculate_datebase_hash(BT_OCTET16 hash) in gatts_calculate_datebase_hash()
|
D | gatt_main.c | 1060 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()
|
D | gatt_utils.c | 1551 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/ |
D | srvc_dis_int.h | 72 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/ |
D | gatt_int.h | 607 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/ |
D | srvc_battery_int.h | 71 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/ |
D | srvc_api.h | 137 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);
|
D | dis_api.h | 308 tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 50 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/ |
D | wx_airsync_prf.h | 96 tGATT_STATUS AirSync_Init(tAIRSYNC_CBACK *call_back);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/ |
D | dis_profile.c | 129 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/ |
D | bta_gatts_api.c | 645 tGATT_STATUS status; in BTA_GATTS_SetServiceChangeMode() 659 tGATT_STATUS status; in BTA_GATTS_SendMultiNotification()
|
D | bta_gattc_api.c | 1176 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/ |
D | bta_gatts_int.h | 241 extern tGATT_STATUS bta_gatts_get_attr_value(UINT16 attr_handle, UINT16 *length, UINT8 **value);
|
D | bta_gattc_int.h | 187 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/ |
D | wx_airsync_prf.c | 237 tGATT_STATUS AirSync_Init(tAIRSYNC_CBACK *call_back) in AirSync_Init()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 235 tGATT_STATUS st = ESP_GATT_OK; in bas_callback()
|