Home | History | Annotate | Download | only in gatt

Lines Matching full:uint16

153                              UINT16 num_handle, BOOLEAN is_primary)
186 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id)
219 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
258 void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
263 UINT16 len = sizeof(tBTA_GATTS_API_ADD_DESCR);
296 void BTA_GATTS_DeleteService(UINT16 service_id)
324 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport)
351 void BTA_GATTS_StopService(UINT16 service_id)
381 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len,
385 UINT16 len = sizeof(tBTA_GATTS_API_INDICATION);
421 void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
425 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP);
521 void BTA_GATTS_Close(UINT16 conn_id)