Home | History | Annotate | Download | only in gatt

Lines Matching full:p_char

1127   const tBTA_GATTC_CHARACTERISTIC* p_char =
1129 if (!p_char) return false;
1131 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle);
1132 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) {