/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_sdp.c | 188 UINT8 num_services=1; local 199 num_services=1; 210 num_services=2; 214 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); 341 for(i=0; i < num_services; i++) 390 UINT8 num_services=1; local 410 num_services=1; 421 num_services=2; 425 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); 548 for(i=0; i < num_services; i++ [all...] |
/external/libnfc-nci/src/nfc/int/ |
ce_int.h | 67 UINT8 num_services; member in struct:__anon10606
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_api.c | 718 INT32 num_services = -1; 728 num_services = 0; 750 memcpy(TLVs[num_services++], op, len+hdr_len); 754 memcpy(TLVs[num_services++], np, len); 758 return(num_services); [all...] |
bta_jv_act.c | [all...] |
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 602 UINT16 num_services,
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_db.c | 854 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, 870 for (xx = 0; xx < num_services; xx++, p_service_uuids++) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_jv_api.h | 204 INT32 num_services; /* -1, if error. Otherwise, the number of member in struct:__anon2774 [all...] |