/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 66 typedef UINT8 tGATT_STATUS; 558 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status); 561 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data); 814 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, 846 GATT_API extern tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_api.c | 463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, 595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val) 597 tGATT_STATUS cmd_status = GATT_ILLEGAL_PARAMETER; 612 return(tGATT_STATUS) GATT_INVALID_CONN_ID; 666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, 669 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; 682 return(tGATT_STATUS) GATT_INVALID_CONN_ID; 712 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id, 713 tGATT_STATUS status, tGATTS_RSP *p_msg) 715 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER [all...] |
gatt_int.h | 547 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg); 549 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg); 564 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq); 608 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); 645 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data); 662 extern tGATT_STATUS gatt_get_link_encrypt_status(tGATT_TCB *p_tcb); 671 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, 673 extern tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, UINT16 offset, 675 extern tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code,UINT16 handle, UINT16 offset, UINT8 (…) [all...] |
gatt_db.c | 45 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, 204 static tGATT_STATUS read_attr_value (void *p_attr, 215 tGATT_STATUS status; 315 tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, 328 tGATT_STATUS status = GATT_NOT_FOUND; 600 tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb, 610 tGATT_STATUS status = GATT_NOT_FOUND; 658 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, 664 tGATT_STATUS status = GATT_NOT_FOUND [all...] |
gatt_sr.c | 120 static BOOLEAN process_read_multi_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status, 258 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, 260 tGATT_STATUS status, tGATTS_RSP *p_msg) 262 tGATT_STATUS ret_code = GATT_SUCCESS; 400 tGATT_STATUS err = GATT_SUCCESS; 524 static tGATT_STATUS gatt_build_primary_service_rsp (BT_HDR *p_msg, tGATT_TCB *p_tcb, 528 tGATT_STATUS status = GATT_NOT_FOUND; 614 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len, 617 tGATT_STATUS status = GATT_NOT_FOUND; 690 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len [all...] |
att_protocol.c | 453 tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg) 455 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; 532 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg) 534 tGATT_STATUS status = GATT_NO_RESOURCES;
|
gatt_attr.c | 249 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 | 489 tGATT_STATUS status = (tGATT_STATUS) reason; 620 tGATT_STATUS encrypt_status; [all...] |
gatt_utils.c | [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_ble.c | 61 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data); 278 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) 345 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) 347 tGATT_STATUS status = GATT_NO_RESOURCES; 482 tGATT_STATUS status; 677 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 | 111 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) 189 tGATT_STATUS status)
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_int.h | 162 tGATT_STATUS status; 473 extern void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
|
bta_gattc_act.c | 48 static void bta_gattc_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, [all...] |
bta_gattc_cache.c | [all...] |