Searched refs:service_type (Results 1 – 12 of 12) sorted by relevance
/system/bt/btif/src/ |
D | btif_gatt_test.c | 161 format_uuid(p_data->value.group_value.service_type, str_buf)); in btif_test_discovery_result_cback() 175 format_uuid(p_data->value.incl_service.service_type, str_buf)); in btif_test_discovery_result_cback()
|
/system/bt/stack/gatt/ |
D | gatt_cl.c | 435 memcpy (&result.value.group_value.service_type, &p_clcb->uuid, sizeof(tBT_UUID)); in gatt_process_find_type_value_rsp() 814 … if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p)) in gatt_process_read_by_type_rsp() 836 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p); in gatt_process_read_by_type_rsp() 837 record_value.incl_service.service_type.len = LEN_UUID_16; in gatt_process_read_by_type_rsp() 1011 … memcpy(p_clcb->read_uuid128.result.value.incl_service.service_type.uu.uuid128, p, len); in gatt_process_read_rsp() 1012 p_clcb->read_uuid128.result.value.incl_service.service_type.len = LEN_UUID_128; in gatt_process_read_rsp()
|
D | gatt_db.c | 276 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) in read_attr_value() 286 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) in read_attr_value() 288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16); in read_attr_value() 467 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID)); in gatts_add_included_service()
|
/system/bt/stack/include/ |
D | gatt_api.h | 514 tBT_UUID service_type; /* group type */ member 522 tBT_UUID service_type; /* included service UUID */ member
|
D | bt_types.h | 369 UINT8 service_type; /* see below */ member
|
D | hcimsgs.h | 313 UINT8 service_type,
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 963 p_data->value.group_value.service_type, in bta_gattc_disc_res_cback() 971 p_data->value.group_value.service_type, in bta_gattc_disc_res_cback() 981 p_data->value.incl_service.service_type); in bta_gattc_disc_res_cback() 987 p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback() 992 &p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback()
|
/system/bt/stack/l2cap/ |
D | l2c_main.c | 525 STREAM_TO_UINT8 (cfg_info.qos.service_type, p); in process_l2cap_cmd() 627 STREAM_TO_UINT8 (cfg_info.qos.service_type, p); in process_l2cap_cmd()
|
D | l2c_utils.c | 642 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_req() 742 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_rsp() 1542 …p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = L2CAP_DEFAULT_SERV_… in l2cu_allocate_ccb() 1981 if (p_cfg->qos.service_type <= GUARANTEED) in l2cu_process_peer_cfg_req() 1989 p_cfg->qos.service_type = BEST_EFFORT; in l2cu_process_peer_cfg_req()
|
/system/bt/stack/btm/ |
D | btm_acl.c | 1878 if (!btsnd_hcic_qos_setup (p->hci_handle, p_flow->qos_flags, p_flow->service_type, in BTM_SetQoS() 1921 qossu.flow.service_type = p_flow->service_type; in btm_qos_setup_complete()
|
/system/bt/stack/hcic/ |
D | hcicmds.c | 816 BOOLEAN btsnd_hcic_qos_setup (UINT16 handle, UINT8 flags, UINT8 service_type, in btsnd_hcic_qos_setup() argument 836 UINT8_TO_STREAM (pp, service_type); in btsnd_hcic_qos_setup()
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 741 STREAM_TO_UINT8 (flow.service_type, p); in btu_hcif_qos_setup_comp_evt()
|