Home | History | Annotate | Download | only in hh

Lines Matching full:p_char

462   const tBTA_GATTC_CHARACTERISTIC* p_char =
465 if (!p_char) {
470 for (const tBTA_GATTC_DESCRIPTOR& desc : p_char->descriptors) {
1568 const tBTA_GATTC_CHARACTERISTIC* p_char =
1570 if (p_char == NULL) {
1582 p_char->uuid.As16Bit(), p_char->value_handle);
1587 __func__, p_char->uuid.ToString().c_str(), p_char->value_handle);
1591 if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_MOUSE_INPUT))
1593 else if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_KB_INPUT))
1722 const tBTA_GATTC_CHARACTERISTIC* p_char =
1725 if (p_char == NULL) return;
1727 uint16_t char_uuid = p_char->uuid.As16Bit();
1756 BTA_GATTC_GetOwningService(conn_id, p_char->value_handle);
1759 p_char->value_handle);
1821 const tBTA_GATTC_CHARACTERISTIC* p_char =
1823 uint16_t uuid = p_char->uuid.As16Bit();
1870 const tBTA_GATTC_CHARACTERISTIC* p_char =
1874 if (p_char && (p_char->properties & GATT_CHAR_PROP_BIT_WRITE_NR))