Searched refs:GATTS_GetAttributeValue (Results 1 – 4 of 4) sorted by relevance
944 tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value);
241 status = GATTS_GetAttributeValue(p_data->handle, &len, &value); in gatt_proc_read()
800 tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value) in GATTS_GetAttributeValue() function
547 return GATTS_GetAttributeValue(attr_handle, length, value); in bta_gatts_get_attr_value()