Home | History | Annotate | Download | only in gatt

Lines Matching refs:UINT16

158                              UINT16 num_handle, BOOLEAN is_primary)
191 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id)
224 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
263 void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
268 UINT16 len = sizeof(tBTA_GATTS_API_ADD_DESCR);
301 void BTA_GATTS_DeleteService(UINT16 service_id)
329 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport)
356 void BTA_GATTS_StopService(UINT16 service_id)
386 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len,
390 UINT16 len = sizeof(tBTA_GATTS_API_INDICATION);
426 void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
430 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP);
529 void BTA_GATTS_Close(UINT16 conn_id)
561 if ((p_buf = (tBTA_GATTS_API_LISTEN *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTS_API_LISTEN) + BD_ADDR_LEN))) != NULL)