Home | History | Annotate | Download | only in include

Lines Matching refs:UINT16

115 typedef UINT16 tGATT_DISCONN_REASON;
166 typedef UINT16 tGATT_PERM;
211 GATT_FORMAT_UINT16, /* 0x06 uint16 */
241 UINT16 unit; /* as UUIUD defined by SIG */
242 UINT16 descr; /* as UUID as defined by SIG */
261 UINT16 len;
272 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX];
286 typedef UINT16 tGATT_CLT_CHAR_CONFIG;
293 typedef UINT16 tGATT_SVR_CHAR_CONFIG;
313 UINT16 conn_id;
314 UINT16 handle; /* attribute handle */
315 UINT16 offset; /* attribute value offset, if no offfset is needed for the command, ignore it */
316 UINT16 len; /* length of attribute value */
328 UINT16 handle; /* WRITE, WRITE_BLOB */
345 UINT16 handle;
346 UINT16 offset;
353 UINT16 handle; /* attribute handle */
354 UINT16 offset; /* attribute value offset, if no offfset is needed for the command, ignore it */
355 UINT16 len; /* length of attribute value */
369 UINT16 handle; /* handle value confirmation */
370 UINT16 mtu; /* MTU exchange request */
407 UINT16 s_handle;
408 UINT16 e_handle;
429 UINT16 s_handle;
430 UINT16 e_handle;
440 UINT16 num_handles; /* number of handles to read */
441 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */
448 UINT16 handle;
455 UINT16 handle;
456 UINT16 offset;
484 UINT16 mtu;
485 UINT16 handle;
505 UINT16 val_handle; /* characteristic value attribute handle */
513 UINT16 e_handle; /* ending handle of the group */
523 UINT16 s_handle; /* starting handle */
524 UINT16 e_handle; /* ending handle */
535 UINT16 handle; /* When used with GATT_DISC_INC_SRVC type discovery result,
547 UINT16 handle;
559 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type,
563 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
566 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
570 typedef void (tGATT_CONN_CBACK) (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
574 typedef void (tGATT_REQ_CBACK )(UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type,
578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
607 UINT16 svc_inst;
608 UINT16 s_handle;
609 UINT16 e_handle;
737 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
738 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);
754 extern UINT16 GATTS_AddIncludeService (UINT16 service_handle,
755 UINT16 include_svc_handle);
776 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
798 extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
815 UINT16 svc_inst);
830 extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
845 extern void GATTS_StopService (UINT16 service_handle);
862 UINT16 conn_id,
863 UINT16 attr_handle,
864 UINT16 val_len, UINT8 *p_val);
880 extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
881 UINT16 val_len, UINT8 *p_val);
898 extern tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
919 extern tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu);
934 extern tGATT_STATUS GATTC_Discover (UINT16 conn_id,
951 extern tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type,
968 extern tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type,
985 extern tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
1000 extern tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle);
1017 extern void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout,
1117 extern tGATT_STATUS GATT_Disconnect (UINT16 conn_id);
1136 extern BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if,
1156 UINT16 *p_conn_id, tBT_TRANSPORT transport);