Searched refs:val_len (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_api.c589 ** val_len: Length of the indicated attribute value.
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val) argument
620 indication.len = val_len;
621 memcpy (indication.value, p_val, val_len);
661 ** val_len: Length of the indicated attribute value.
668 UINT16 val_len, UINT8 *p_val)
689 notif.len = val_len;
690 memcpy (notif.value, p_val, val_len);
667 GATTS_HandleValueNotification(UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val) argument
/system/bt/stack/include/
H A Dgatt_api.h856 ** val_len: Length of the indicated attribute value.
864 UINT16 val_len, UINT8 *p_val);
874 ** val_len: Length of the indicated attribute value.
881 UINT16 val_len, UINT8 *p_val);
/system/sepolicy/tools/
H A Dcheck_seapp.c749 int val_len = strlen(k->value); local
751 l = l + key_len + val_len;
764 strncat(new_map->key, k->value, val_len);

Completed in 80 milliseconds