Lines Matching full:uint16
202 void BTA_GATTC_Close(UINT16 conn_id)
233 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
236 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID);
273 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
312 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
354 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
399 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
444 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
484 tBTA_GATT_STATUS BTA_GATTC_GetNextIncludedService(UINT16 conn_id,
522 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
555 void BTA_GATTC_ReadCharDescr (UINT16 conn_id,
591 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
596 UINT16 len = (UINT16)(sizeof(tBTA_GATTC_API_READ_MULTI) +
640 void BTA_GATTC_WriteCharValue ( UINT16 conn_id,
643 UINT16 len,
649 if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) != NULL)
687 void BTA_GATTC_WriteCharDescr (UINT16 conn_id,
694 UINT16 len = sizeof(tBTA_GATTC_API_WRITE);
740 void BTA_GATTC_PrepareWrite (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
741 UINT16 offset, UINT16 len, UINT8 *p_value,
746 if ((p_buf = (tBTA_GATTC_API_WRITE *) GKI_getbuf((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) != NULL)
784 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute)
788 if ((p_buf = (tBTA_GATTC_API_EXEC *) GKI_getbuf((UINT16)sizeof(tBTA_GATTC_API_EXEC))) != NULL)
814 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id)