Lines Matching refs:tBT_UUID
88 void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb) in BTA_GATTC_AppRegister()
101 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
270 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid) in BTA_GATTC_ServiceSearchRequest()
273 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID); in BTA_GATTC_ServiceSearchRequest()
284 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1); in BTA_GATTC_ServiceSearchRequest()
285 memcpy(p_buf->p_srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID)); in BTA_GATTC_ServiceSearchRequest()
315 tBT_UUID *p_char_uuid_cond, in BTA_GATTC_GetFirstChar()
355 tBT_UUID *p_char_uuid_cond, in BTA_GATTC_GetNextChar()
396 tBT_UUID *p_descr_uuid_cond, in BTA_GATTC_GetFirstCharDescr()
441 tBT_UUID *p_descr_uuid_cond, in BTA_GATTC_GetNextCharDescr()
485 … tBT_UUID *p_uuid_cond, tBTA_GATTC_INCL_SVC_ID *p_result) in BTA_GATTC_GetFirstIncludedService()
526 tBT_UUID *p_uuid_cond, in BTA_GATTC_GetNextIncludedService()