Lines Matching refs:uint16_t
197 typedef enum : uint16_t {
279 typedef uint16_t tGATT_PERM;
357 uint16_t unit; /* as UUIUD defined by SIG */
358 uint16_t descr; /* as UUID as defined by SIG */
374 uint16_t len;
384 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX];
404 typedef uint16_t tGATT_SVR_CHAR_CONFIG;
425 uint16_t conn_id;
426 uint16_t handle; /* attribute handle */
427 uint16_t offset; /* attribute value offset, if no offfset is needed for the
429 uint16_t len; /* length of attribute value */
441 uint16_t handle; /* WRITE, WRITE_BLOB */
451 uint16_t handle;
452 uint16_t offset;
460 uint16_t handle; /* attribute handle */
461 uint16_t offset; /* attribute value offset, if no offfset is needed for the
463 uint16_t len; /* length of attribute value */
478 uint16_t handle; /* handle value confirmation */
479 uint16_t mtu; /* MTU exchange request */
525 uint16_t s_handle;
526 uint16_t e_handle;
536 uint16_t num_handles; /* number of handles to read */
537 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */
544 uint16_t handle;
550 uint16_t handle;
551 uint16_t offset;
572 uint16_t mtu;
573 uint16_t handle;
574 uint16_t cid;
594 uint16_t val_handle; /* characteristic value attribute handle */
601 uint16_t e_handle; /* ending handle of the group */
609 uint16_t s_handle; /* starting handle */
610 uint16_t e_handle; /* ending handle */
620 uint16_t handle; /* When used with GATT_DISC_INC_SRVC type discovery result,
632 uint16_t handle;
644 typedef void(tGATT_DISC_RES_CB)(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
648 typedef void(tGATT_DISC_CMPL_CB)(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
653 typedef void(tGATT_CMPL_CBACK)(uint16_t conn_id, tGATTC_OPTYPE op,
658 uint16_t conn_id, bool connected,
663 typedef void(tGATT_REQ_CBACK)(uint16_t conn_id, uint32_t trans_id,
667 typedef void(tGATT_CONGESTION_CBACK)(uint16_t conn_id, bool congested);
673 typedef void(tGATT_PHY_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
678 typedef void(tGATT_CONN_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
679 uint16_t interval, uint16_t latency,
680 uint16_t timeout, tGATT_STATUS status);
703 uint16_t s_handle;
704 uint16_t e_handle;
818 uint16_t svc_inst);
831 extern void GATTS_StopService(uint16_t service_handle);
849 extern tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id,
850 uint16_t attr_handle,
851 uint16_t val_len,
869 extern tGATT_STATUS GATTS_HandleValueNotification(uint16_t conn_id,
870 uint16_t attr_handle,
871 uint16_t val_len,
888 extern tGATT_STATUS GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id,
908 extern tGATT_STATUS GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu);
926 extern tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
927 uint16_t start_handle, uint16_t end_handle,
929 extern tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
930 uint16_t start_handle, uint16_t end_handle);
946 extern tGATT_STATUS GATTC_Read(uint16_t conn_id, tGATT_READ_TYPE type,
963 extern tGATT_STATUS GATTC_Write(uint16_t conn_id, tGATT_WRITE_TYPE type,
980 extern tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute);
995 extern tGATT_STATUS GATTC_SendHandleValueConfirm(uint16_t conn_id,
996 uint16_t handle);
1012 extern void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
1120 extern tGATT_STATUS GATT_Disconnect(uint16_t conn_id);
1138 extern bool GATT_GetConnectionInfor(uint16_t conn_id, tGATT_IF* p_gatt_if,
1160 uint16_t* p_conn_id,