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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis_int.h 74 BOOLEAN is_long, tGATT_STATUS *p_status);
75 extern UINT8 dis_write_attr_value(tGATT_WRITE_REQ * p_data, tGATT_STATUS *p_status);
78 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
srvc_battery_int.h 73 tGATT_STATUS *p_status);
74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
srvc_eng.c 37 static void srvc_eng_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
51 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
217 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status)
219 tGATT_STATUS status = GATT_NOT_FOUND;
240 UINT8 srvc_eng_process_write_req (UINT8 clcb_idx, tGATT_WRITE_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status)
325 static void srvc_eng_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
432 tGATT_STATUS srvc_eng_init (void)
458 void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp)
srvc_battery.c 71 tGATT_STATUS *p_status)
76 tGATT_STATUS st = GATT_NOT_FOUND;
112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status)
116 tGATT_STATUS st = GATT_NOT_FOUND;
182 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data)
202 tGATT_STATUS status = GATT_ERROR;
307 void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp)
srvc_eng_int.h 81 extern void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp);
srvc_dis.c 103 UINT8 dis_write_attr_value(tGATT_WRITE_REQ * p_data, tGATT_STATUS *p_status)
114 BOOLEAN is_long, tGATT_STATUS *p_status)
120 tGATT_STATUS st = GATT_NOT_FOUND;
270 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data)
352 tGATT_STATUS status;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 70 typedef UINT8 tGATT_STATUS;
563 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
566 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
830 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
    [all...]
srvc_api.h 144 GATT_API extern tGATT_STATUS srvc_eng_init (void);
201 GATT_API extern void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 464 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
598 tGATT_STATUS cmd_status = GATT_NO_RESOURCES;
613 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
668 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
671 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
684 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
719 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
720 tGATT_STATUS status, tGATTS_RSP *p_msg)
722 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER
    [all...]
att_protocol.c 355 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP)
454 tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg)
456 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES;
481 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd)
483 tGATT_STATUS att_ret = GATT_SUCCESS;
533 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg)
535 tGATT_STATUS status = GATT_NO_RESOURCES;
gatt_db.c 47 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
116 static tGATT_STATUS gatts_check_attr_readability(tGATT_ATTR16 *p_attr,
205 static tGATT_STATUS read_attr_value (void *p_attr,
216 tGATT_STATUS status;
326 tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb,
339 tGATT_STATUS status = GATT_NOT_FOUND;
638 tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,
648 tGATT_STATUS status = GATT_NOT_FOUND;
696 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db,
702 tGATT_STATUS status = GATT_NOT_FOUND
    [all...]
gatt_int.h 565 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
567 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg);
568 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
583 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq);
628 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
665 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data);
682 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb);
691 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
693 extern tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, (…)
    [all...]
gatt_sr.c 123 static BOOLEAN process_read_multi_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status,
261 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if,
263 tGATT_STATUS status, tGATTS_RSP *p_msg)
265 tGATT_STATUS ret_code = GATT_SUCCESS;
401 tGATT_STATUS err = GATT_SUCCESS;
525 static tGATT_STATUS gatt_build_primary_service_rsp (BT_HDR *p_msg, tGATT_TCB *p_tcb,
529 tGATT_STATUS status = GATT_NOT_FOUND;
618 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len,
621 tGATT_STATUS status = GATT_NOT_FOUND;
699 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len
    [all...]
gatt_attr.c 258 tGATT_STATUS status;
gatt_auth.c 414 ** Returns tGATT_STATUS link encryption status
417 tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb)
419 tGATT_STATUS encrypt_status = GATT_NOT_ENCRYPTED;
gatt_cl.c 84 tGATT_STATUS st;
520 tGATT_STATUS status = (tGATT_STATUS) reason;
664 tGATT_STATUS encrypt_status;
    [all...]
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 62 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
222 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long)
279 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp)
281 tGATT_STATUS status = GATT_NO_RESOURCES;
387 tGATT_STATUS status;
600 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data)
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 116 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data)
195 tGATT_STATUS status)
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 167 tGATT_STATUS status;
537 extern void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
bta_gattc_act.c 51 static void bta_gattc_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
    [all...]
bta_gattc_cache.c     [all...]

Completed in 59 milliseconds