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

  /system/bt/stack/srvc/
srvc_dis_int.h 59 tGATT_STATUS* p_status);
61 tGATT_STATUS* p_status);
64 tGATT_STATUS status, tGATT_CL_COMPLETE* p_data);
srvc_battery_int.h 61 tGATT_STATUS* p_status);
64 tGATT_STATUS* p_status);
srvc_eng_int.h 65 extern void srvc_sr_rsp(uint8_t clcb_idx, tGATT_STATUS st, tGATTS_RSP* p_rsp);
srvc_eng.cc 36 tGATT_STATUS status,
50 tGATT_STATUS status,
206 tGATTS_RSP* p_rsp, tGATT_STATUS* p_status) {
207 tGATT_STATUS status = GATT_NOT_FOUND;
232 tGATT_STATUS* p_status) {
310 tGATT_STATUS status,
405 tGATT_STATUS srvc_eng_init(void) {
425 void srvc_sr_rsp(uint8_t clcb_idx, tGATT_STATUS st, tGATTS_RSP* p_rsp) {
srvc_battery.cc 66 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,
srvc_dis.cc 119 tGATT_STATUS* p_status) {
128 tGATT_STATUS* p_status) {
133 tGATT_STATUS st = GATT_NOT_FOUND;
267 void dis_c_cmpl_cback(tSRVC_CLCB* p_clcb, tGATTC_OPTYPE op, tGATT_STATUS status,
341 tGATT_STATUS status;
  /system/bt/stack/include/
gatt_api.h 74 typedef uint8_t tGATT_STATUS;
560 tGATT_STATUS status);
565 tGATT_STATUS status, tGATT_CL_COMPLETE* p_data);
775 extern tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id,
795 extern tGATT_STATUS GATTS_HandleValueNotification(uint16_t conn_id,
814 extern tGATT_STATUS GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id,
815 tGATT_STATUS status, tGATTS_RSP* p_msg);
834 extern tGATT_STATUS GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu);
856 extern tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
872 extern tGATT_STATUS GATTC_Read(uint16_t conn_id, tGATT_READ_TYPE type
    [all...]
srvc_api.h 131 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/
gatt_db.cc 42 static tGATT_STATUS gatts_send_app_read_request(
77 static tGATT_STATUS gatts_check_attr_readability(const tGATT_ATTR& attr,
159 static tGATT_STATUS read_attr_value(tGATT_ATTR& attr16, uint16_t offset,
170 tGATT_STATUS status = gatts_check_attr_readability(attr16, offset, read_long,
249 tGATT_STATUS gatts_db_read_attr_value_by_type(
254 tGATT_STATUS status = GATT_NOT_FOUND;
476 tGATT_STATUS gatts_read_attr_value_by_handle(
484 tGATT_STATUS status = read_attr_value(*p_attr, offset, &pp,
514 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long,
542 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code
    [all...]
gatt_int.h 439 extern tGATT_STATUS attp_send_cl_msg(tGATT_TCB* p_tcb, uint16_t clcb_idx,
443 extern tGATT_STATUS attp_send_sr_msg(tGATT_TCB* p_tcb, BT_HDR* p_msg);
444 extern tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB* p_tcb, BT_HDR* p_toL2CAP);
464 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB* p_tcb, uint8_t err_code,
505 extern tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB* p_tcb, tGATT_IF gatt_if,
507 tGATT_STATUS status,
555 extern void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status,
576 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB* p_tcb);
591 extern tGATT_STATUS gatts_db_read_attr_value_by_type(
596 extern tGATT_STATUS gatts_read_attr_value_by_handle
    [all...]
gatt_api.cc 489 tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_handle,
491 tGATT_STATUS cmd_status = GATT_NO_RESOURCES;
505 return (tGATT_STATUS)GATT_INVALID_CONN_ID;
554 tGATT_STATUS GATTS_HandleValueNotification(uint16_t conn_id,
557 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
570 return (tGATT_STATUS)GATT_INVALID_CONN_ID;
604 tGATT_STATUS GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id,
605 tGATT_STATUS status, tGATTS_RSP* p_msg) {
606 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
617 return (tGATT_STATUS)GATT_INVALID_CONN_ID
    [all...]
att_protocol.cc 323 tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB* p_tcb, BT_HDR* p_toL2CAP) {
415 tGATT_STATUS attp_send_sr_msg(tGATT_TCB* p_tcb, BT_HDR* p_msg) {
416 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES;
439 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB* p_tcb, uint16_t clcb_idx,
441 tGATT_STATUS att_ret = GATT_SUCCESS;
483 tGATT_STATUS attp_send_cl_msg(tGATT_TCB* p_tcb, uint16_t clcb_idx,
485 tGATT_STATUS status = GATT_NO_RESOURCES;
gatt_sr.cc 114 static bool process_read_multi_rsp(tGATT_SR_CMD* p_cmd, tGATT_STATUS status,
228 tGATT_STATUS gatt_sr_process_app_rsp(tGATT_TCB* p_tcb, tGATT_IF gatt_if,
230 uint8_t op_code, tGATT_STATUS status,
232 tGATT_STATUS ret_code = GATT_SUCCESS;
349 tGATT_STATUS err = GATT_SUCCESS;
446 static tGATT_STATUS gatt_build_primary_service_rsp(
449 tGATT_STATUS status = GATT_NOT_FOUND;
511 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SRV_LIST_ELEM& el,
514 tGATT_STATUS status = GATT_NOT_FOUND;
581 static tGATT_STATUS gatts_validate_packet_format
    [all...]
gatt_attr.cc 54 tGATT_STATUS status);
57 UNUSED_ATTR tGATT_STATUS status,
346 tGATT_STATUS status) {
372 UNUSED_ATTR tGATT_STATUS status,
gatt_auth.cc 364 * Returns tGATT_STATUS link encryption status
367 tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB* p_tcb) {
368 tGATT_STATUS encrypt_status = GATT_NOT_ENCRYPTED;
gatt_cl.cc 80 tGATT_STATUS st;
479 tGATT_STATUS status = (tGATT_STATUS)reason;
604 tGATT_STATUS encrypt_status;
    [all...]
gatt_utils.cc 901 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB* p_tcb, uint8_t err_code,
904 tGATT_STATUS status;
    [all...]
  /system/bt/btif/src/
btif_gatt_test.cc 100 tGATT_STATUS status,
185 tGATT_STATUS status) {
btif_gatt_client.cc 395 void read_char_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
415 void read_using_char_uuid_cb(uint16_t conn_id, tGATT_STATUS status,
441 void read_desc_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
461 void write_char_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
477 void write_descr_cb(uint16_t conn_id, tGATT_STATUS status, uint16_t handle,
  /system/bt/bta/hh/
bta_hh_le.cc 112 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,
639 tGATT_STATUS status, uint8_t* value,
822 static void write_rpt_ctl_cfg_cb(uint16_t conn_id, tGATT_STATUS status,
888 static void write_proto_mode_cb(uint16_t conn_id, tGATT_STATUS status,
    [all...]
  /system/bt/stack/gap/
gap_ble.cc 54 tGATT_STATUS status,
205 tGATT_STATUS gap_read_attr_value(uint16_t handle, tGATT_VALUE* p_value,
268 tGATT_STATUS gap_proc_read(UNUSED_ATTR tGATTS_REQ_TYPE type,
270 tGATT_STATUS status = GATT_NO_RESOURCES;
589 tGATT_STATUS status, tGATT_CL_COMPLETE* p_data)
  /system/bt/bta/gatt/
bta_gattc_int.h 154 tGATT_STATUS status;
473 tGATT_STATUS status);
bta_gattc_act.cc 55 tGATT_STATUS status,
    [all...]
bta_gattc_cache.cc 880 tGATT_STATUS status) {
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 766 typedef void (*GATT_READ_OP_CB)(uint16_t conn_id, tGATT_STATUS status,
769 typedef void (*GATT_WRITE_OP_CB)(uint16_t conn_id, tGATT_STATUS status,
    [all...]

Completed in 233 milliseconds