Lines Matching full:uint16
110 typedef UINT16 tGATT_DISCONN_REASON;
165 typedef UINT16 tGATT_PERM;
210 GATT_FORMAT_UINT16, /* 0x06 uint16 */
240 UINT16 unit; /* as UUIUD defined by SIG */
241 UINT16 descr; /* as UUID as defined by SIG */
251 UINT16 len;
262 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX];
276 typedef UINT16 tGATT_CLT_CHAR_CONFIG;
283 typedef UINT16 tGATT_SVR_CHAR_CONFIG;
303 UINT16 conn_id;
304 UINT16 handle; /* attribute handle */
305 UINT16 offset; /* attribute value offset, if no offfset is needed for the command, ignore it */
306 UINT16 len; /* length of attribute value */
318 UINT16 handle; /* WRITE, WRITE_BLOB */
338 UINT16 handle;
339 UINT16 offset;
346 UINT16 handle; /* attribute handle */
347 UINT16 offset; /* attribute value offset, if no offfset is needed for the command, ignore it */
348 UINT16 len; /* length of attribute value */
362 UINT16 handle; /* handle value confirmation */
363 UINT16 mtu; /* MTU exchange request */
400 UINT16 s_handle;
401 UINT16 e_handle;
422 UINT16 s_handle;
423 UINT16 e_handle;
433 UINT16 num_handles; /* number of handles to read */
434 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */
441 UINT16 handle;
448 UINT16 handle;
449 UINT16 offset;
477 UINT16 mtu;
478 UINT16 handle;
498 UINT16 val_handle; /* characteristic value attribute handle */
506 UINT16 e_handle; /* ending handle of the group */
516 UINT16 s_handle; /* starting handle */
517 UINT16 e_handle; /* ending handle */
527 UINT16 handle; /* When used with GATT_DISC_SRVC_BY_UUID type
542 UINT16 handle;
555 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
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);
564 typedef void (tGATT_CONN_CBACK) (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
567 typedef void (tGATT_REQ_CBACK )(UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type, tGATTS_DATA *p_data);
593 UINT16 svc_inst;
594 UINT16 s_handle;
595 UINT16 e_handle;
722 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
723 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
739 GATT_API extern UINT16 GATTS_AddIncludeService (UINT16 service_handle,
740 UINT16 include_svc_handle);
761 GATT_API extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
783 GATT_API extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
799 GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
814 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
829 GATT_API extern void GATTS_StopService (UINT16 service_handle);
846 GATT_API extern tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id,
847 UINT16 attr_handle,
848 UINT16 val_len, UINT8 *p_val);
864 GATT_API extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
865 UINT16 val_len, UINT8 *p_val);
882 GATT_API extern tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
903 GATT_API extern tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu);
918 GATT_API extern tGATT_STATUS GATTC_Discover (UINT16 conn_id,
935 GATT_API extern tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type,
952 GATT_API extern tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type,
969 GATT_API extern tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
984 GATT_API extern tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle);
1000 GATT_API extern void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout);
1089 GATT_API extern tGATT_STATUS GATT_Disconnect (UINT16 conn_id);
1107 GATT_API extern BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if, BD_ADDR bd_addr);
1124 GATT_API extern BOOLEAN GATT_GetConnIdIfConnected(tGATT_IF gatt_if, BD_ADDR bd_addr, UINT16 *p_conn_id);