Home | History | Annotate | Download | only in gatt

Lines Matching full:uint16

192 void BTA_GATTC_Close(UINT16 conn_id)
215 void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu)
243 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
271 const list_t* BTA_GATTC_GetServices(UINT16 conn_id) {
287 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle) {
303 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) {
319 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle,
337 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req)
363 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req)
390 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
402 memcpy(p_buf->handles, p_read_multi->handles, sizeof(UINT16) * p_read_multi->num_attr);
422 void BTA_GATTC_WriteCharValue ( UINT16 conn_id,
423 UINT16 handle,
425 UINT16 len,
462 void BTA_GATTC_WriteCharDescr (UINT16 conn_id,
463 UINT16 handle,
506 void BTA_GATTC_PrepareWrite (UINT16 conn_id, UINT16 handle,
507 UINT16 offset, UINT16 len, UINT8 *p_value,
542 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute)
566 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, UINT16 handle)
594 BD_ADDR bda, UINT16 handle)
664 BD_ADDR bda, UINT16 handle)