Lines Matching refs:uint16_t
130 typedef uint16_t tGATT_DISCONN_REASON;
176 typedef uint16_t tGATT_PERM;
254 uint16_t unit; /* as UUIUD defined by SIG */
255 uint16_t descr; /* as UUID as defined by SIG */
271 uint16_t len;
281 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX];
301 typedef uint16_t tGATT_SVR_CHAR_CONFIG;
322 uint16_t conn_id;
323 uint16_t handle; /* attribute handle */
324 uint16_t offset; /* attribute value offset, if no offfset is needed for the
326 uint16_t len; /* length of attribute value */
338 uint16_t handle; /* WRITE, WRITE_BLOB */
354 uint16_t handle;
355 uint16_t offset;
363 uint16_t handle; /* attribute handle */
364 uint16_t offset; /* attribute value offset, if no offfset is needed for the
366 uint16_t len; /* length of attribute value */
381 uint16_t handle; /* handle value confirmation */
382 uint16_t mtu; /* MTU exchange request */
429 uint16_t s_handle;
430 uint16_t e_handle;
440 uint16_t num_handles; /* number of handles to read */
441 uint16_t handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */
447 uint16_t handle;
453 uint16_t handle;
454 uint16_t offset;
475 uint16_t mtu;
476 uint16_t handle;
495 uint16_t val_handle; /* characteristic value attribute handle */
502 uint16_t e_handle; /* ending handle of the group */
510 uint16_t s_handle; /* starting handle */
511 uint16_t e_handle; /* ending handle */
521 uint16_t handle; /* When used with GATT_DISC_INC_SRVC type discovery result,
533 uint16_t handle;
545 typedef void(tGATT_DISC_RES_CB)(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
549 typedef void(tGATT_DISC_CMPL_CB)(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
554 typedef void(tGATT_CMPL_CBACK)(uint16_t conn_id, tGATTC_OPTYPE op,
559 uint16_t conn_id, bool connected,
564 typedef void(tGATT_REQ_CBACK)(uint16_t conn_id, uint32_t trans_id,
568 typedef void(tGATT_CONGESTION_CBACK)(uint16_t conn_id, bool congested);
574 typedef void(tGATT_PHY_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
579 typedef void(tGATT_CONN_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
580 uint16_t interval, uint16_t latency,
581 uint16_t timeout, uint8_t status);
604 uint16_t s_handle;
605 uint16_t e_handle;
701 extern uint16_t GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service,
719 uint16_t svc_inst);
732 extern void GATTS_StopService(uint16_t service_handle);
750 extern tGATT_STATUS GATTS_HandleValueIndication(uint16_t conn_id,
751 uint16_t attr_handle,
752 uint16_t val_len,
770 extern tGATT_STATUS GATTS_HandleValueNotification(uint16_t conn_id,
771 uint16_t attr_handle,
772 uint16_t val_len,
789 extern tGATT_STATUS GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id,
809 extern tGATT_STATUS GATTC_ConfigureMTU(uint16_t conn_id, uint16_t mtu);
827 extern tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
828 uint16_t start_handle, uint16_t end_handle,
830 extern tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type,
831 uint16_t start_handle, uint16_t end_handle);
847 extern tGATT_STATUS GATTC_Read(uint16_t conn_id, tGATT_READ_TYPE type,
864 extern tGATT_STATUS GATTC_Write(uint16_t conn_id, tGATT_WRITE_TYPE type,
881 extern tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute);
896 extern tGATT_STATUS GATTC_SendHandleValueConfirm(uint16_t conn_id,
897 uint16_t handle);
913 extern void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
1019 extern tGATT_STATUS GATT_Disconnect(uint16_t conn_id);
1037 extern bool GATT_GetConnectionInfor(uint16_t conn_id, tGATT_IF* p_gatt_if,
1059 uint16_t* p_conn_id,