Searched refs:inst (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_api.c150 ** inst: instance ID number of this service.
157 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, tBT_UUID *p_service_uuid, UINT8 inst, argument
167 p_buf->inst = inst;
H A Dbta_gattc_cache.c80 APPL_TRACE_ERROR("Service[%d]: handle[%d ~ %d] %s[0x%04x] inst[%d]",
91 APPL_TRACE_ERROR("\t Attr[0x%04x] handle[%d] uuid[0x%04x] inst[%d] type[%s] prop[0x%1x]",
217 UINT8 i = 0, inst = 0; local
227 inst ++;
229 return inst ;
242 UINT8 inst = 0; local
253 inst ++;
258 return inst ;
271 UINT8 inst = 0; local
282 inst
[all...]
H A Dbta_gatts_int.h88 UINT8 inst; member in struct:__anon180
H A Dbta_gatts_act.c363 p_msg->api_create_svc.inst,
372 p_cb->srvc_cb[srvc_idx].inst_num = p_msg->api_create_svc.inst;
390 cb_data.create.svc_instance= p_msg->api_create_svc.inst;
/system/bt/bta/include/
H A Dbta_gatt_api.h1193 ** inst: instance ID number of this service.
1201 UINT8 inst, UINT16 num_handle, BOOLEAN is_primary);

Completed in 12 milliseconds