Lines Matching full:uuid
494 ble_gattc_log_uuid(const ble_uuid_t *uuid) in ble_gattc_log_uuid() argument
498 ble_uuid_to_str(uuid, buf); in ble_gattc_log_uuid()
506 ble_gattc_log_proc_init("discover service by uuid; uuid="); in ble_gattc_log_disc_svc_uuid()
532 ble_gattc_log_proc_init("discover characteristics by uuid; "); in ble_gattc_log_disc_chr_uuid()
533 BLE_HS_LOG(INFO, "start_handle=%d end_handle=%d uuid=", in ble_gattc_log_disc_chr_uuid()
558 const ble_uuid_t *uuid) in ble_gattc_log_read_uuid() argument
560 ble_gattc_log_proc_init("read by uuid; "); in ble_gattc_log_read_uuid()
561 BLE_HS_LOG(INFO, "start_handle=%d end_handle=%d uuid=", in ble_gattc_log_read_uuid()
563 ble_gattc_log_uuid(uuid); in ble_gattc_log_read_uuid()
1378 ble_uuid16_t uuid = BLE_UUID16_INIT(BLE_ATT_UUID_PRIMARY_SERVICE); in ble_gattc_disc_all_svcs_tx() local
1385 0xffff, &uuid.u); in ble_gattc_disc_all_svcs_tx()
1444 rc = ble_uuid_init_from_att_buf(&service.uuid, adata->value, in ble_gattc_disc_all_svcs_rx_adata()
1552 * $discover service by uuid *
1556 * Calls a discover-service-by-uuid proc's callback with the specified
1598 * Triggers a pending transmit for the specified discover-service-by-uuid proc.
1639 * discover-service-by-uuid proc.
1657 * the specified discover-service-by-uuid proc.
1679 service.uuid = proc->disc_svc_uuid.service_uuid; in ble_gattc_disc_svc_uuid_rx_hinfo()
1694 * processed for the specified discover-service-by-uuid proc.
1724 ble_gattc_disc_svc_by_uuid(uint16_t conn_handle, const ble_uuid_t *uuid, in ble_gattc_disc_svc_by_uuid() argument
1744 ble_uuid_to_any(uuid, &proc->disc_svc_uuid.service_uuid); in ble_gattc_disc_svc_by_uuid()
1817 ble_uuid16_t uuid = BLE_UUID16_INIT(BLE_ATT_UUID_INCLUDE); in ble_gattc_find_inc_svcs_tx() local
1826 proc->find_inc_svcs.end_handle, &uuid.u); in ble_gattc_find_inc_svcs_tx()
1831 /* Read the UUID of the previously found service. */ in ble_gattc_find_inc_svcs_tx()
1891 rc = ble_uuid_init_from_att_mbuf(&service.uuid, *om, 0, 16); in ble_gattc_find_inc_svcs_rx_read_rsp()
1896 /* Invalid UUID. */ in ble_gattc_find_inc_svcs_rx_read_rsp()
1952 /* We only read one 128-bit UUID service at a time. Ignore the in ble_gattc_find_inc_svcs_rx_adata()
1980 rc = ble_uuid_init_from_att_buf(&service.uuid, adata->value + 4, 2); in ble_gattc_find_inc_svcs_rx_adata()
2133 ble_uuid16_t uuid = BLE_UUID16_INIT(BLE_ATT_UUID_CHARACTERISTIC); in ble_gattc_disc_all_chrs_tx() local
2140 proc->disc_all_chrs.end_handle, &uuid.u); in ble_gattc_disc_all_chrs_tx()
2202 rc = ble_uuid_init_from_att_buf(&chr.uuid, adata->value + 3, in ble_gattc_disc_all_chrs_rx_adata()
2310 * $discover characteristic by uuid *
2314 * Calls a discover-characteristic-by-uuid proc's callback with the specified
2356 * discover-characteristic-by-uuid proc.
2361 ble_uuid16_t uuid = BLE_UUID16_INIT(BLE_ATT_UUID_CHARACTERISTIC); in ble_gattc_disc_chr_uuid_tx() local
2368 proc->disc_chr_uuid.end_handle, &uuid.u); in ble_gattc_disc_chr_uuid_tx()
2394 * discover-characteristic-by-uuid proc.
2412 * the specified discover-characteristics-by-uuid proc.
2430 rc = ble_uuid_init_from_att_buf(&chr.uuid, adata->value + 3, in ble_gattc_disc_chr_uuid_rx_adata()
2460 } else if (ble_uuid_cmp(&chr.uuid.u, &proc->disc_chr_uuid.chr_uuid.u) == 0) { in ble_gattc_disc_chr_uuid_rx_adata()
2477 * processed for the specified discover-characteristics-by-uuid proc.
2507 uint16_t end_handle, const ble_uuid_t *uuid, in ble_gattc_disc_chrs_by_uuid() argument
2527 ble_uuid_to_any(uuid, &proc->disc_chr_uuid.chr_uuid); in ble_gattc_disc_chrs_by_uuid()
2674 dsc.uuid = idata->uuid; in ble_gattc_disc_all_dscs_rx_idata()
2895 * $read by uuid *
2899 * Calls a read-using-characteristic-uuid proc's callback with the specified
2941 * read-using-characteristic-uuid proc.
2954 * the specified read-using-characteristic-uuid proc.
2987 * processed for the specified read-using-characteristic-uuid proc.
3017 uint16_t end_handle, const ble_uuid_t *uuid, in ble_gattc_read_by_uuid() argument
3037 ble_uuid_to_any(uuid, &proc->read_uuid.chr_uuid); in ble_gattc_read_by_uuid()
3043 ble_gattc_log_read_uuid(start_handle, end_handle, uuid); in ble_gattc_read_by_uuid()