Lines Matching refs:GATT_TRACE_DEBUG
73 GATT_TRACE_DEBUG("gatts_init_service_db"); in gatts_init_service_db()
74 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d", s_hdl, num_handle ); in gatts_init_service_db()
221 GATT_TRACE_DEBUG("read_attr_value uuid=0x%04x perm=0x%0x sec_flag=0x%x offset=%d read_long=%d", in read_attr_value()
446 GATT_TRACE_DEBUG("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x", in gatts_add_included_service()
496 GATT_TRACE_DEBUG("gatts_add_characteristic perm=0x%0x property=0x%0x", perm, property); in gatts_add_characteristic()
588 GATT_TRACE_DEBUG("gatts_add_char_descr uuid=0x%04x", p_descr_uuid->uu.uuid16); in gatts_add_char_descr()
596 GATT_TRACE_DEBUG("gatts_add_char_descr Fail for adding char descriptors."); in gatts_add_char_descr()
741 …GATT_TRACE_DEBUG( "gatts_write_attr_perm_check op_code=0x%0x handle=0x%04x offset=%d len=%d sec_fl… in gatts_write_attr_perm_check()
758 … GATT_TRACE_DEBUG( "gatts_write_attr_perm_check p_attr->permission =0x%04x min_key_size==0x%04x", in gatts_write_attr_perm_check()
785 GATT_TRACE_DEBUG( "gatts_write_attr_perm_check - sign cmd write not allowed"); in gatts_write_attr_perm_check()
928 GATT_TRACE_DEBUG("allocate attr %d bytes ",len); in allocate_attr_in_db()
932 GATT_TRACE_DEBUG("handle space full. handle_max = %d next_handle = %d", in allocate_attr_in_db()
988 GATT_TRACE_DEBUG("=====> handle = [0x%04x] uuid16 = [0x%04x] perm=0x%02x ", in allocate_attr_in_db()
993 GATT_TRACE_DEBUG("=====> handle = [0x%04x] uuid32 = [0x%08x] perm=0x%02x ", in allocate_attr_in_db()
998 GATT_TRACE_DEBUG("=====> handle = [0x%04x] uuid128 = [0x%02x:0x%02x] perm=0x%02x ", in allocate_attr_in_db()
1100 GATT_TRACE_DEBUG("%s allocating extra buffer", __func__); in allocate_svc_db_buf()
1173 GATT_TRACE_DEBUG( "add_service_declaration"); in gatts_db_add_service_declaration()